diff options
Diffstat (limited to 'include/configs/goflexhome.h')
-rw-r--r-- | include/configs/goflexhome.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/goflexhome.h b/include/configs/goflexhome.h index 1d69a4e518..afd48d5ad0 100644 --- a/include/configs/goflexhome.h +++ b/include/configs/goflexhome.h @@ -50,16 +50,10 @@ /* * Environment variables configurations */ -#ifdef CONFIG_CMD_NAND -#define CONFIG_ENV_SECT_SIZE 0x20000 /* 128K */ -#endif /* * max 4k env size is enough, but in case of nand * it has to be rounded to sector size */ -#define CONFIG_ENV_SIZE 0x20000 /* 128k */ -#define CONFIG_ENV_ADDR 0xC0000 -#define CONFIG_ENV_OFFSET 0xC0000 /* env starts here */ /* * Default environment variables |