diff options
Diffstat (limited to 'board/ppmc7xx/flash.c')
| -rw-r--r-- | board/ppmc7xx/flash.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/ppmc7xx/flash.c b/board/ppmc7xx/flash.c index 4d13612af..dd91da7d7 100644 --- a/board/ppmc7xx/flash.c +++ b/board/ppmc7xx/flash.c @@ -197,7 +197,7 @@ unsigned long flash_init (void)  		       CFG_MONITOR_BASE + monitor_flash_len - 1, &flash_info[0]);  #endif -#if defined(CFG_ENV_IS_IN_FLASH) && defined(CFG_ENV_ADDR) +#if defined(CONFIG_ENV_IS_IN_FLASH) && defined(CFG_ENV_ADDR)  # ifndef  CFG_ENV_SIZE  #  define CFG_ENV_SIZE	CFG_ENV_SECT_SIZE  # endif |