diff options
Diffstat (limited to 'include/configs/ADCIOP.h')
| -rw-r--r-- | include/configs/ADCIOP.h | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/include/configs/ADCIOP.h b/include/configs/ADCIOP.h index 0069aabab..cc7eddc9e 100644 --- a/include/configs/ADCIOP.h +++ b/include/configs/ADCIOP.h @@ -163,18 +163,18 @@  #define CONFIG_ENV_IS_IN_NVRAM	1	/* use NVRAM for environment vars	*/  #define CFG_NVRAM_BASE_ADDR	0x10000000		/* NVRAM base address	*/  #define CFG_NVRAM_SIZE		(32*1024)		/* NVRAM size		*/ -#define CFG_ENV_SIZE		0x0400		/* Size of Environment vars	*/ -#define CFG_ENV_ADDR		\ -	(CFG_NVRAM_BASE_ADDR+CFG_NVRAM_SIZE-CFG_ENV_SIZE)	/* Env	*/ +#define CONFIG_ENV_SIZE		0x0400		/* Size of Environment vars	*/ +#define CONFIG_ENV_ADDR		\ +	(CFG_NVRAM_BASE_ADDR+CFG_NVRAM_SIZE-CONFIG_ENV_SIZE)	/* Env	*/  #define CFG_VXWORKS_MAC_PTR     (CFG_NVRAM_BASE_ADDR+0x7800) /* VxWorks eth-addr*/  #else /* Use FLASH for environment variables */  #define CONFIG_ENV_IS_IN_FLASH	1 -#define CFG_ENV_OFFSET		0x00010000	/* Offset of Environment Sector */ -#define CFG_ENV_SIZE		0x1000	/* Total Size of Environment Sector	*/ +#define CONFIG_ENV_OFFSET		0x00010000	/* Offset of Environment Sector */ +#define CONFIG_ENV_SIZE		0x1000	/* Total Size of Environment Sector	*/ -#define CFG_ENV_SECT_SIZE	0x8000	/* see README - env sector total size	*/ +#define CONFIG_ENV_SECT_SIZE	0x8000	/* see README - env sector total size	*/  #endif |