]> git.sur5r.net Git - u-boot/blobdiff - include/configs/rcar-gen3-common.h
ARM: rmobile: Point load address to more sane area on Gen3
[u-boot] / include / configs / rcar-gen3-common.h
index af7b196dc16334ad107f25a4475b5c22ea32e0e8..07f08db4fe76a183d3ce340517c048afa95a6785 100644 (file)
@@ -42,7 +42,8 @@
 #define CONFIG_NR_DRAM_BANKS           4
 #define CONFIG_SYS_SDRAM_BASE          (0x40000000 + DRAM_RSV_SIZE)
 #define CONFIG_SYS_SDRAM_SIZE          (0x80000000u - DRAM_RSV_SIZE)
-#define CONFIG_SYS_LOAD_ADDR           0x48080000
+#define CONFIG_SYS_LOAD_ADDR           0x58000000
+#define CONFIG_LOADADDR                        CONFIG_SYS_LOAD_ADDR
 #define CONFIG_VERY_BIG_RAM
 #define CONFIG_MAX_MEM_MAPPED          (0x80000000u - DRAM_RSV_SIZE)