diff options
Diffstat (limited to 'include/configs/W7OLMG.h')
-rw-r--r-- | include/configs/W7OLMG.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/W7OLMG.h b/include/configs/W7OLMG.h index ac52e39..fe09c9a 100644 --- a/include/configs/W7OLMG.h +++ b/include/configs/W7OLMG.h @@ -268,7 +268,7 @@ /*----------------------------------------------------------------------- * Flash EEPROM for environment */ -#define CFG_ENV_IS_IN_FLASH 1 +#define CONFIG_ENV_IS_IN_FLASH 1 #define CFG_ENV_OFFSET 0x00040000 /* Offset of Environment Sector */ #define CFG_ENV_SIZE 0x10000 /* Total Size of env. sector */ |