]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM64: zynqmp: Move BSS location to the beginning of ram
authorMichal Simek <michal.simek@xilinx.com>
Tue, 30 Aug 2016 12:58:46 +0000 (14:58 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 21 Sep 2016 06:46:33 +0000 (08:46 +0200)
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 <michal.simek@xilinx.com>
include/configs/xilinx_zynqmp.h

index 8c5a2e537c598357004f68b5936b0c3f3c7482e1..6cf8baeb0b41d7a6c243c4270173381dd191b5ee 100644 (file)
 #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