[U-Boot] [PATCH] arm64: zynqmp: Enable SPL_SEPARATE_BSS by default

Michal Simek michal.simek at xilinx.com
Fri Nov 23 08:10:24 UTC 2018


BSS section was all the time separated for SPL but this symbol wasn't
enabled. It is necessary to have it enabled for OF_SEPARATE
configuration where DTB is appended to u-boot with DTB.

Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---

 arch/arm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index f5d4d3968383..0e38d3247b0c 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -928,6 +928,7 @@ config ARCH_ZYNQMP
 	select OF_CONTROL
 	select SPL_BOARD_INIT if SPL
 	select SPL_CLK if SPL
+	select SPL_SEPARATE_BSS if SPL
 	select SUPPORT_SPL
 	imply BOARD_LATE_INIT
 	imply CMD_DM
-- 
1.9.1



More information about the U-Boot mailing list