spl: Fix SPL_ATF and SPL_OPENSBI dependencies
authorSamuel Holland <samuel@sholland.org>
Mon, 31 Oct 2022 04:26:19 +0000 (23:26 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 21 Nov 2022 14:23:00 +0000 (09:23 -0500)
commit4b0a1f59873abca079a4462a9a90d76abbcbc419
tree1fe2bbd3b83d93636a95973f7948e5a6ab9bef55
parent758bff205fdbece05c9ead9b00d6d7a1c213821b
spl: Fix SPL_ATF and SPL_OPENSBI dependencies

The code for these two options depends on having the FIT loadables
recorded in the FDT. Thus, these options require the full version of
the SPL_LOAD_FIT code.

Signed-off-by: Samuel Holland <samuel@sholland.org>
common/spl/Kconfig