From: Marek Vasut Date: Sun, 17 Jun 2018 04:40:13 +0000 (+0200) Subject: ARM: rmobile: Adjust text base on V3M Eagle X-Git-Tag: v2018.07-rc3~21^2~7 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=27d290c46ee01094632a2b0058f7c1f9b37afbe4;p=u-boot ARM: rmobile: Adjust text base on V3M Eagle The latest ATF puts the U-Boot at 0x50000000, just like on all the other boards. Adjust the text base to reflect that change. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- diff --git a/configs/r8a77970_eagle_defconfig b/configs/r8a77970_eagle_defconfig index b736e31177..251415c03a 100644 --- a/configs/r8a77970_eagle_defconfig +++ b/configs/r8a77970_eagle_defconfig @@ -1,6 +1,6 @@ CONFIG_ARM=y CONFIG_ARCH_RMOBILE=y -CONFIG_SYS_TEXT_BASE=0x58280000 +CONFIG_SYS_TEXT_BASE=0x50000000 CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_RCAR_GEN3=y CONFIG_R8A77970=y