ARM: at91: Enable SPL_SEPARATE_BSS by default
authorGregory CLEMENT <gregory.clement@bootlin.com>
Fri, 5 Jun 2020 08:43:36 +0000 (10:43 +0200)
committerEugen Hristev <eugen.hristev@microchip.com>
Thu, 18 Jun 2020 11:28:37 +0000 (14:28 +0300)
commitc7c120c22b4fe56281ec75cf6fd9304cf6c36344
tree6c3a5d797a4e1b5cd6c398190f69c28d1a3a7891
parentc260cb2c8c5e47f5027561398bfc62993c50963a
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>
arch/arm/Kconfig