diff options
Diffstat (limited to 'include/configs/ml401.h')
| -rw-r--r-- | include/configs/ml401.h | 14 | 
1 files changed, 7 insertions, 7 deletions
| diff --git a/include/configs/ml401.h b/include/configs/ml401.h index 75fcb6a92..2a6c68c65 100644 --- a/include/configs/ml401.h +++ b/include/configs/ml401.h @@ -162,21 +162,21 @@  	#ifdef	RAMENV  		#define	CONFIG_ENV_IS_NOWHERE	1 -		#define	CFG_ENV_SIZE		0x1000 -		#define	CFG_ENV_ADDR		(CFG_MONITOR_BASE - CFG_ENV_SIZE) +		#define	CONFIG_ENV_SIZE		0x1000 +		#define	CONFIG_ENV_ADDR		(CFG_MONITOR_BASE - CONFIG_ENV_SIZE)  	#else	/* !RAMENV */  		#define	CONFIG_ENV_IS_IN_FLASH	1 -		#define	CFG_ENV_SECT_SIZE	0x40000	/* 256K(one sector) for env */ -		#define	CFG_ENV_ADDR		(CFG_FLASH_BASE + (2 * CFG_ENV_SECT_SIZE)) -		#define	CFG_ENV_SIZE		0x40000 +		#define	CONFIG_ENV_SECT_SIZE	0x40000	/* 256K(one sector) for env */ +		#define	CONFIG_ENV_ADDR		(CFG_FLASH_BASE + (2 * CONFIG_ENV_SECT_SIZE)) +		#define	CONFIG_ENV_SIZE		0x40000  	#endif /* !RAMBOOT */  #else /* !FLASH */  	/* ENV in RAM */  	#define	CFG_NO_FLASH		1  	#define	CONFIG_ENV_IS_NOWHERE	1 -	#define	CFG_ENV_SIZE		0x1000 -	#define	CFG_ENV_ADDR		(CFG_MONITOR_BASE - CFG_ENV_SIZE) +	#define	CONFIG_ENV_SIZE		0x1000 +	#define	CONFIG_ENV_ADDR		(CFG_MONITOR_BASE - CONFIG_ENV_SIZE)  	#define	CFG_FLASH_PROTECTION		/* hardware flash protection */  #endif /* !FLASH */ |