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 <[email protected]>
---

 include/configs/xilinx_zynqmp.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h
index d3587c06df04..6e4910535a5d 100644
--- a/include/configs/xilinx_zynqmp.h
+++ b/include/configs/xilinx_zynqmp.h
@@ -257,8 +257,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
-- 
1.9.1

_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to