]> git.sur5r.net Git - u-boot/blobdiff - include/configs/rcar-gen2-common.h
ARM: rmobile: Point load address to more sane area on Gen2
[u-boot] / include / configs / rcar-gen2-common.h
index 231c4ecea451dd158bbe4cd14946d847c2ea25f1..e1b2fa28e1ec7d18b5e75f0dde1489c0bb3a26d7 100644 (file)
@@ -33,7 +33,8 @@
 
 #define CONFIG_SYS_SDRAM_BASE          (RCAR_GEN2_SDRAM_BASE)
 #define CONFIG_SYS_SDRAM_SIZE          (RCAR_GEN2_UBOOT_SDRAM_SIZE)
-#define CONFIG_SYS_LOAD_ADDR           (CONFIG_SYS_SDRAM_BASE + 0x7fc0)
+#define CONFIG_SYS_LOAD_ADDR           0x50000000
+#define CONFIG_LOADADDR                        CONFIG_SYS_LOAD_ADDR
 #define CONFIG_NR_DRAM_BANKS           1
 
 #define CONFIG_SYS_MONITOR_BASE                0x00000000