summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-05-16 07:09:18 -0400
committerTom Rini <trini@konsulko.com>2019-05-16 07:09:18 -0400
commit9a32caf52d0dd8287d071eb6a0d93cacfea3fd17 (patch)
tree7c744fd3aa0697b9870d2e34ca9e6881f781e7d4
parent5b4b680cfe29a67171ccbe439c66374cb31faca3 (diff)
parent851224460f9ae673a9a9a3a57a573ad636d1301b (diff)
Merge branch 'master' of git://git.denx.de/u-boot-sh
- Align env position on GR-Peach with downstream U-Boot.
-rw-r--r--include/configs/grpeach.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/grpeach.h b/include/configs/grpeach.h
index 01704d84c2c..b7271ab1f6e 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)