]> git.dujemihanovic.xyz Git - u-boot.git/commit
sunxi: Consider SPL size limitations for FIT loading
authorSamuel Holland <samuel@sholland.org>
Tue, 31 Oct 2023 05:17:41 +0000 (00:17 -0500)
committerAndre Przywara <andre.przywara@arm.com>
Mon, 29 Jan 2024 14:31:00 +0000 (14:31 +0000)
commit539612e27690a8df7f197cd1e9f4c2cf6ee1ac64
tree408629b2925065c91bda206f458d0118f8ba718d
parent4a8592eeabbdd2795b691ed88cc6e95610e5493b
sunxi: Consider SPL size limitations for FIT loading

Now that 32-bit SoCs can load U-Boot proper (and possibly other firmware)
from a FIT, people can use that by enabling CONFIG_SPL_LOAD_FIT.
However SPL_FIT_IMAGE_TINY is required to stay within the 24 or 32 KiB
SPL size limit on early SoCs; for consistency, enable it everywhere.

Signed-off-by: Samuel Holland <samuel@sholland.org>
[Andre: drop unconditional FIT image enablement for all SoCs]
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
common/spl/Kconfig