diff options
Diffstat (limited to 'include/configs/MPC8260ADS.h')
| -rw-r--r-- | include/configs/MPC8260ADS.h | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/include/configs/MPC8260ADS.h b/include/configs/MPC8260ADS.h index 9a7673231..763ad4ca2 100644 --- a/include/configs/MPC8260ADS.h +++ b/include/configs/MPC8260ADS.h @@ -381,12 +381,12 @@  #ifndef CFG_RAMBOOT  #  define CONFIG_ENV_IS_IN_FLASH	1 -#  define CFG_ENV_SECT_SIZE	0x40000 -#  define CFG_ENV_ADDR		(CFG_MONITOR_BASE + CFG_ENV_SECT_SIZE) +#  define CONFIG_ENV_SECT_SIZE	0x40000 +#  define CONFIG_ENV_ADDR		(CFG_MONITOR_BASE + CONFIG_ENV_SECT_SIZE)  #else  #  define CONFIG_ENV_IS_IN_NVRAM	1 -#  define CFG_ENV_ADDR		(CFG_MONITOR_BASE - 0x1000) -#  define CFG_ENV_SIZE		0x200 +#  define CONFIG_ENV_ADDR		(CFG_MONITOR_BASE - 0x1000) +#  define CONFIG_ENV_SIZE		0x200  #endif /* CFG_RAMBOOT */  #define CFG_CACHELINE_SIZE	32	/* For MPC8260 CPU */ |