diff options
Diffstat (limited to 'board/a3000/flash.c')
| -rw-r--r-- | board/a3000/flash.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/board/a3000/flash.c b/board/a3000/flash.c index 13a5ca5b0..98a027e78 100644 --- a/board/a3000/flash.c +++ b/board/a3000/flash.c @@ -25,7 +25,7 @@  #include <common.h>  #include <mpc824x.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 @@ -108,7 +108,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 */  	DEBUGF("protect environtment %x @ %x\n", CFG_ENV_ADDR, CFG_ENV_SECT_SIZE);  	flash_protect(FLAG_PROTECT_SET, |