From: Michal Simek Date: Fri, 23 Nov 2018 08:01:44 +0000 (+0100) Subject: arm64: zynqmp: Enable SPL_SEPARATE_BSS by default X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f6d9741a6d3dec3da3602a5407aa5bfa0dbc3848;p=thirdparty%2Fu-boot.git arm64: zynqmp: Enable SPL_SEPARATE_BSS by default 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 --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 1f3fa1575a3..ee3af615f9d 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -921,6 +921,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