]> git.baikalelectronics.ru Git - uboot.git/commit
treewide: Enable SPL_SEPARATE_BSS if SPL_BSS_START_ADDR is used
authorSean Anderson <sean.anderson@seco.com>
Tue, 12 Apr 2022 14:59:04 +0000 (10:59 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 21 Apr 2022 13:08:57 +0000 (09:08 -0400)
commitfaf39f3778ad374a1e855f5e1a61dfe4a9f7426b
tree404228235100b5ae6d40f9c307718aaee46ce308
parent83eaa96ab90aea3712f2d5e5f0e354bba5a70d61
treewide: Enable SPL_SEPARATE_BSS if SPL_BSS_START_ADDR is used

If .bss does not immediately follow the end of the image, then
CONFIG_SPL_SEPARATE_BSS must be selected. Typically, the location of bss
is specified by using CONFIG_SPL_BSS_START_ADDR in a linker script. On
these arches, CONFIG_SPL_SEPARATE_BSS should be enabled. If there is an
option to use an alternate boot script (e.g. CONFIG_SPL_LDSCRIPT is just
a default), just imply. If there is not, select.

Signed-off-by: Sean Anderson <sean.anderson@seco.com>
arch/Kconfig
arch/arm/Kconfig