diff options
Diffstat (limited to 'include/configs/incaip.h')
| -rw-r--r-- | include/configs/incaip.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/include/configs/incaip.h b/include/configs/incaip.h index 3d98974a2..5368ac8e5 100644 --- a/include/configs/incaip.h +++ b/include/configs/incaip.h @@ -153,8 +153,8 @@  #define	CONFIG_ENV_IS_IN_FLASH	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 |