From: Michal Simek Date: Thu, 4 Sep 2014 12:22:58 +0000 (+0200) Subject: zynqmp: Add u-boot to 0x800000 to be align with ATF X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7189704419b7d54bd337e855ecb7e9892f907920;p=thirdparty%2Fu-boot.git zynqmp: Add u-boot to 0x800000 to be align with ATF Do not add u-boot to the top of memory. ATF is configured for using this address. Signed-off-by: Michal Simek --- diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index 729f8c6d75b..b2547f39cb0 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -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 */