]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit7eb5d6f6bc8fbb0e0c49e3c63243b9e9418c44d8
tree1fe2bbd3b83d93636a95973f7948e5a6ab9bef55
parentf7e614163d175562061d4f68c1a5cd5366a46715
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