diff mbox series

[U-Boot] ARM: renesas: grpeach: Align env position

Message ID 20190514175138.7376-1-marek.vasut+renesas@gmail.com
State Accepted
Commit 851224460f9ae673a9a9a3a57a573ad636d1301b
Delegated to: Marek Vasut
Headers show
Series [U-Boot] ARM: renesas: grpeach: Align env position | expand

Commit Message

Marek Vasut May 14, 2019, 5:51 p.m. UTC
Move the U-Boot environment to 0x80000 to match the downstream
vendor fork and allow easy migration from one to the other.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Chris Brandt <chris.brandt@renesas.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
---
 include/configs/grpeach.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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)