diff options
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/grpeach.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/grpeach.h b/include/configs/grpeach.h index 01704d84c2..b7271ab1f6 100644 --- a/include/configs/grpeach.h +++ b/include/configs/grpeach.h @@ -31,7 +31,7 @@ #define CONFIG_ENV_OVERWRITE 1 #define CONFIG_ENV_SECT_SIZE (64 * 1024) #define CONFIG_ENV_SIZE (CONFIG_ENV_SECT_SIZE) -#define CONFIG_ENV_OFFSET 0xc0000 +#define CONFIG_ENV_OFFSET 0x80000 /* Malloc */ #define CONFIG_SYS_MALLOC_LEN (1024 * 1024) |