diff options
Diffstat (limited to 'include/configs/goflexhome.h')
-rw-r--r-- | include/configs/goflexhome.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/goflexhome.h b/include/configs/goflexhome.h index d1635b098e..7fdadab101 100644 --- a/include/configs/goflexhome.h +++ b/include/configs/goflexhome.h @@ -56,10 +56,7 @@ * Environment variables configurations */ #ifdef CONFIG_CMD_NAND -#define CONFIG_ENV_IS_IN_NAND 1 #define CONFIG_ENV_SECT_SIZE 0x20000 /* 128K */ -#else -#define CONFIG_ENV_IS_NOWHERE 1 /* if env in SDRAM */ #endif /* * max 4k env size is enough, but in case of nand |