]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
zynqmp: Add u-boot to 0x800000 to be align with ATF
authorMichal Simek <michal.simek@xilinx.com>
Thu, 4 Sep 2014 12:22:58 +0000 (14:22 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 5 Sep 2014 09:21:53 +0000 (11:21 +0200)
Do not add u-boot to the top of memory.
ATF is configured for using this address.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
include/configs/xilinx_zynqmp.h

index 729f8c6d75be8940cec8025a934bd5fb4f95e8d0..b2547f39cb01c283d7cdae4439c13304e8453e5a 100644 (file)
@@ -44,7 +44,7 @@
 #define CONFIG_BOOTP_VCI_STRING                "U-boot.armv8.Xilinx_ZynqMP"
 
 /* Text base on 16MB for now - 0 doesn't work */
-#define CONFIG_SYS_TEXT_BASE           0x100000
+#define CONFIG_SYS_TEXT_BASE           0x8000000
 #define CONFIG_SYS_INIT_SP_ADDR                (CONFIG_SYS_SDRAM_BASE + 0x7fff0)
 
 /* Flat Device Tree Definitions */