As exposed by "make randconfig", we have xPL_FIT select'ing
xPL_OF_CONTROL, and that in turn requires xPL_LIBGENERIC_SUPPORT. The
most reasonable solution here is to have xPL_FIT select
xPL_LIBGENERIC_SUPPORT.
Signed-off-by: Tom Rini <trini@konsulko.com>
bool "Support Flattened Image Tree within SPL"
depends on SPL
select SPL_HASH
+ select SPL_LIBGENERIC_SUPPORT
select SPL_OF_LIBFDT
config SPL_FIT_PRINT
bool "Support Flattened Image Tree within TPL"
depends on TPL
select TPL_HASH
+ select TPL_LIBGENERIC_SUPPORT
select TPL_OF_LIBFDT
config TPL_LOAD_FIT