From 851224460f9ae673a9a9a3a57a573ad636d1301b Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Sat, 4 May 2019 19:35:27 +0200 Subject: ARM: renesas: grpeach: Align env position 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 Cc: Chris Brandt Cc: Nobuhiro Iwamatsu --- include/configs/grpeach.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/grpeach.h') diff --git a/include/configs/grpeach.h b/include/configs/grpeach.h index 01704d8..b7271ab 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) -- cgit v1.1