diff options
Diffstat (limited to 'board/cmi/flash.c')
| -rw-r--r-- | board/cmi/flash.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/board/cmi/flash.c b/board/cmi/flash.c index f57d8ecfe..aec6a8ef9 100644 --- a/board/cmi/flash.c +++ b/board/cmi/flash.c @@ -36,7 +36,7 @@  #include <common.h>  #include <mpc5xx.h> -#if defined(CFG_ENV_IS_IN_FLASH) +#if defined(CONFIG_ENV_IS_IN_FLASH)  # ifndef  CFG_ENV_ADDR  #  define CFG_ENV_ADDR	(CFG_FLASH_BASE + CFG_ENV_OFFSET)  # endif @@ -110,7 +110,7 @@ unsigned long flash_init (void)  		      &flash_info[0]);  #endif -#ifdef	CFG_ENV_IS_IN_FLASH +#ifdef	CONFIG_ENV_IS_IN_FLASH  	/* ENV protection ON by default */  	flash_protect(FLAG_PROTECT_SET,  		      CFG_ENV_ADDR, |