diff mbox series

[U-Boot] ARM: rmobile: Adjust text base on V3M Eagle

Message ID 20180617044128.19995-1-marek.vasut+renesas@gmail.com
State Accepted
Commit 27d290c46ee01094632a2b0058f7c1f9b37afbe4
Delegated to: Marek Vasut
Headers show
Series [U-Boot] ARM: rmobile: Adjust text base on V3M Eagle | expand

Commit Message

Marek Vasut June 17, 2018, 4:41 a.m. UTC
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 <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
---
 configs/r8a77970_eagle_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/configs/r8a77970_eagle_defconfig b/configs/r8a77970_eagle_defconfig
index 889fc6e83b..abca2bf338 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