]> git.baikalelectronics.ru Git - uboot.git/commit
sunxi: Select SPL_SEPARATE_BSS
authorSamuel Holland <samuel@sholland.org>
Sun, 22 Aug 2021 18:23:53 +0000 (13:23 -0500)
committerAndre Przywara <andre.przywara@arm.com>
Mon, 25 Oct 2021 13:48:58 +0000 (14:48 +0100)
commit07c0d19e56a8bff48abacf8645419c4b1520d217
tree531eb71a9490b11f20f2f40ffc0c5e93dc245d1d
parent316488cd45e7b58c293a046d4ce63ea6b4be3102
sunxi: Select SPL_SEPARATE_BSS

sunxi-common.h defines CONFIG_SPL_BSS_START_ADDR to put SPL's BSS in
DRAM. Due to this, we must select SPL_SEPARATE_BSS, or else SPL will
attempt to load its DTB from the wrong address (after BSS in DRAM).

This change fixes booting with SPL_OF_CONTROL=y.

Signed-off-by: Samuel Holland <samuel@sholland.org>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
arch/arm/Kconfig