diff options
Diffstat (limited to 'board/oxc/flash.c')
| -rw-r--r-- | board/oxc/flash.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/oxc/flash.c b/board/oxc/flash.c index 4559b8033..44e2300e9 100644 --- a/board/oxc/flash.c +++ b/board/oxc/flash.c @@ -73,7 +73,7 @@ unsigned long flash_init (void)  		  &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 |