diff options
Diffstat (limited to 'board/fads/flash.c')
| -rw-r--r-- | board/fads/flash.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/board/fads/flash.c b/board/fads/flash.c index 7cda3a412..742a88979 100644 --- a/board/fads/flash.c +++ b/board/fads/flash.c @@ -26,7 +26,7 @@  flash_info_t flash_info[CFG_MAX_FLASH_BANKS];	/* info for FLASH chips */ -#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 @@ -124,7 +124,7 @@ unsigned long flash_init (void)  				       &flash_info[i]);  #endif -#ifdef	CFG_ENV_IS_IN_FLASH +#ifdef	CONFIG_ENV_IS_IN_FLASH  		/* ENV protection ON by default */  		if (CFG_ENV_ADDR >= flash_info[i].start[0])  			flash_protect (FLAG_PROTECT_SET, |