diff options
Diffstat (limited to 'include/configs/redwood.h')
-rw-r--r-- | include/configs/redwood.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/redwood.h b/include/configs/redwood.h index ebb2921732d..b791589adf1 100644 --- a/include/configs/redwood.h +++ b/include/configs/redwood.h @@ -119,7 +119,7 @@ /*----------------------------------------------------------------------- * Environment *----------------------------------------------------------------------*/ -#undef CFG_ENV_IS_IN_NVRAM /* ... not in NVRAM */ +#undef CONFIG_ENV_IS_IN_NVRAM /* ... not in NVRAM */ #define CFG_ENV_IS_IN_FLASH 1 /* Environment uses flash */ #undef CONFIG_ENV_IS_IN_EEPROM /* ... not in EEPROM */ |