spl: FIT: Make SPL_LOAD_FIT_FULL depend on SPL_LOAD_FIT
authorTom Rini <trini@konsulko.com>
Fri, 3 Oct 2025 20:39:20 +0000 (14:39 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 13 Oct 2025 20:54:32 +0000 (14:54 -0600)
commitec90518ee679f1353915cd912b9738ba81d1258f
tree64453be742862c416d43d1079025441d0517214a
parent66873b9ef0b447d9b0f9da81eb9867e1f19b99cf
spl: FIT: Make SPL_LOAD_FIT_FULL depend on SPL_LOAD_FIT

Today, only a few platforms enable SPL_LOAD_FIT_FULL, and all enable
SPL_LOAD_FIT. As can be seen in usage, the FULL symbol is a superset of
the first symbol, not an alternative. Update Kconfig entries based on
this and simplify the only code which checks for either being set.

Signed-off-by: Tom Rini <trini@konsulko.com>
boot/Kconfig
common/spl/Kconfig
include/test/spl.h