diff options
Diffstat (limited to 'include/configs/pb1x00.h')
-rw-r--r-- | include/configs/pb1x00.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/pb1x00.h b/include/configs/pb1x00.h index 4ec520fef38..480a59f05bb 100644 --- a/include/configs/pb1x00.h +++ b/include/configs/pb1x00.h @@ -119,8 +119,8 @@ #define CONFIG_ENV_IS_NOWHERE 1 /* Address and size of Primary Environment Sector */ -#define CFG_ENV_ADDR 0xB0030000 -#define CFG_ENV_SIZE 0x10000 +#define CONFIG_ENV_ADDR 0xB0030000 +#define CONFIG_ENV_SIZE 0x10000 #define CONFIG_FLASH_16BIT |