ARM: rmobile: Update link address to match latest BL2
authorMarek Vasut <marek.vasut@gmail.com>
Sat, 13 May 2017 13:57:34 +0000 (15:57 +0200)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Sun, 21 May 2017 19:38:25 +0000 (04:38 +0900)
Update the CONFIG_SYS_TEXT_BASE to match BL2 Rev.1.0.9 and newer,
which loads the U-Boot to 0x50000000 .

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
include/configs/rcar-gen3-common.h

index 056aea3fdb0dfe78590622dc2fe8ea3c1d7ecdcb..c87d31950fdf73a73960166e3eda3abd81a0dd09 100644 (file)
@@ -52,7 +52,7 @@
 #define CONFIG_SYS_BAUDRATE_TABLE      { 115200, 38400 }
 
 /* MEMORY */
-#define CONFIG_SYS_TEXT_BASE           0x49000000
+#define CONFIG_SYS_TEXT_BASE           0x50000000
 #define CONFIG_SYS_INIT_SP_ADDR                (CONFIG_SYS_TEXT_BASE + 0x7fff0)
 
 #define CONFIG_SYS_SDRAM_BASE          (0x48000000)