diff options
Diffstat (limited to 'board/rmu/flash.c')
| -rw-r--r-- | board/rmu/flash.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/rmu/flash.c b/board/rmu/flash.c index 0f2c327a1..670faf093 100644 --- a/board/rmu/flash.c +++ b/board/rmu/flash.c @@ -81,7 +81,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, |