From: Michal Simek Date: Tue, 30 Aug 2016 12:58:46 +0000 (+0200) Subject: ARM64: zynqmp: Move BSS location to the beginning of ram X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=548b390e39ed52b0dcf0d475bd696b5590eee94b;p=thirdparty%2Fu-boot.git ARM64: zynqmp: Move BSS location to the beginning of ram With SPL_DFU support memory layout needs to be cleanup that's why move bss to the start of memory. Signed-off-by: Michal Simek --- diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index 8c5a2e537c5..6cf8baeb0b4 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -355,8 +355,8 @@ #define CONFIG_SPL_MAX_SIZE 0x20000 /* Just random location in OCM */ -#define CONFIG_SPL_BSS_START_ADDR 0x1000000 -#define CONFIG_SPL_BSS_MAX_SIZE 0x2000000 +#define CONFIG_SPL_BSS_START_ADDR 0x0 +#define CONFIG_SPL_BSS_MAX_SIZE 0x80000 #define CONFIG_SPL_FRAMEWORK #define CONFIG_SPL_LIBCOMMON_SUPPORT