diff options
Diffstat (limited to 'board/integratorcp/flash.c')
| -rw-r--r-- | board/integratorcp/flash.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/integratorcp/flash.c b/board/integratorcp/flash.c index 59961cdab..2a4256abd 100644 --- a/board/integratorcp/flash.c +++ b/board/integratorcp/flash.c @@ -125,7 +125,7 @@ unsigned long flash_init (void)  		       CFG_MONITOR_BASE + monitor_flash_len - 1, &flash_info[0]);  #endif -#ifdef CFG_ENV_IS_IN_FLASH +#ifdef CONFIG_ENV_IS_IN_FLASH  	/* ENV protection ON */  	flash_protect(FLAG_PROTECT_SET,  		      CFG_ENV_ADDR, |