1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-02-24 15:03:57 +01:00
Files
u-boot-megous/arch
Samuel Holland a3010bcfed 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>
2021-10-25 14:48:58 +01:00
..
2021-10-08 15:53:26 -04:00
2021-10-25 14:48:58 +01:00
2021-10-08 15:53:26 -04:00
2021-09-23 14:15:32 -04:00
2021-09-16 10:29:40 -04:00