diff options
Diffstat (limited to 'include/configs/grpeach.h')
-rw-r--r-- | include/configs/grpeach.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/grpeach.h b/include/configs/grpeach.h index 26ca6943b1..b875f9b132 100644 --- a/include/configs/grpeach.h +++ b/include/configs/grpeach.h @@ -28,9 +28,6 @@ (CONFIG_SYS_SDRAM_BASE + 4 * 1024 * 1024) #define CONFIG_ENV_OVERWRITE 1 -#define CONFIG_ENV_SECT_SIZE (64 * 1024) -#define CONFIG_ENV_SIZE (CONFIG_ENV_SECT_SIZE) -#define CONFIG_ENV_OFFSET 0x80000 /* Malloc */ #define CONFIG_SYS_MALLOC_LEN (1024 * 1024) |