diff options
Diffstat (limited to 'include/configs/W7OLMC.h')
-rw-r--r-- | include/configs/W7OLMC.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/W7OLMC.h b/include/configs/W7OLMC.h index bb6b6b9d26c..d4ec03e5e8c 100644 --- a/include/configs/W7OLMC.h +++ b/include/configs/W7OLMC.h @@ -249,7 +249,7 @@ /*----------------------------------------------------------------------- * NVRAM organization */ -#define CFG_ENV_IS_IN_NVRAM 1 /* use NVRAM for env vars */ +#define CONFIG_ENV_IS_IN_NVRAM 1 /* use NVRAM for env vars */ #define CFG_NVRAM_BASE_ADDR 0xfc000000 /* NVRAM base address */ #define CFG_NVRAM_SIZE (32*1024) /* NVRAM size */ #define CFG_ENV_SIZE 0x1000 /* Size of Environment vars */ |