diff options
Diffstat (limited to 'board/stxgp3/flash.c')
| -rw-r--r-- | board/stxgp3/flash.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/board/stxgp3/flash.c b/board/stxgp3/flash.c index 032989ba5..25ac3012c 100644 --- a/board/stxgp3/flash.c +++ b/board/stxgp3/flash.c @@ -41,7 +41,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 @@ -99,7 +99,7 @@ unsigned long flash_init (void)  		      CFG_MONITOR_BASE+monitor_flash_len-1,  		      &flash_info[0]); -#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, |