summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorGregory CLEMENT <gregory.clement@bootlin.com>2020-06-05 10:43:36 +0200
committerEugen Hristev <eugen.hristev@microchip.com>2020-06-18 14:28:37 +0300
commitc7c120c22b4fe56281ec75cf6fd9304cf6c36344 (patch)
tree6c3a5d797a4e1b5cd6c398190f69c28d1a3a7891 /arch/arm
parentc260cb2c8c5e47f5027561398bfc62993c50963a (diff)
downloadu-boot-c7c120c22b4fe56281ec75cf6fd9304cf6c36344.tar.gz
u-boot-c7c120c22b4fe56281ec75cf6fd9304cf6c36344.tar.xz
u-boot-c7c120c22b4fe56281ec75cf6fd9304cf6c36344.zip
ARM: at91: Enable SPL_SEPARATE_BSS by default
According to the linker script for both armv7 and arm926ejs based SoC, BSS section was all the time separated for SPL but this symbol was only enabled on some boards. However, it is necessary to have it enabled for OF_SEPARATE configuration where DTB is appended to u-boot with DTB. Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 21df1c415f..3ba7e338b6 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -532,6 +532,7 @@ choice
config ARCH_AT91
bool "Atmel AT91"
select SPL_BOARD_INIT if SPL && !TARGET_SMARTWEB
+ select SPL_SEPARATE_BSS if SPL
config TARGET_EDB93XX
bool "Support edb93xx"