diff options
Diffstat (limited to 'board/ep8260')
| -rw-r--r-- | board/ep8260/flash.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/ep8260/flash.c b/board/ep8260/flash.c index 966a34526..167f316c8 100644 --- a/board/ep8260/flash.c +++ b/board/ep8260/flash.c @@ -157,7 +157,7 @@ unsigned long flash_init (void)  		      &flash_info[0]);  #endif -#if (CFG_ENV_IS_IN_FLASH == 1) && defined(CFG_ENV_ADDR) +#if defined(CFG_ENV_IS_IN_FLASH) && defined(CFG_ENV_ADDR)  # ifndef  CFG_ENV_SIZE  #  define CFG_ENV_SIZE	CFG_ENV_SECT_SIZE  # endif |