diff options
Diffstat (limited to 'include/configs/JSE.h')
-rw-r--r-- | include/configs/JSE.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/JSE.h b/include/configs/JSE.h index 5b40ef6..b08301e 100644 --- a/include/configs/JSE.h +++ b/include/configs/JSE.h @@ -79,7 +79,7 @@ /* JSE has EEPROM chips that are good for environment. */ #undef CFG_ENV_IS_IN_NVRAM #undef CFG_ENV_IS_IN_FLASH -#define CFG_ENV_IS_IN_EEPROM 1 +#define CONFIG_ENV_IS_IN_EEPROM 1 #undef CFG_ENV_IS_NOWHERE /* This is the 7bit address of the device, not including P. */ |