diff --git a/boot/Kconfig b/boot/Kconfig index d81e56e8528..7849928fc37 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -183,6 +183,7 @@ config SPL_FIT 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 @@ -315,6 +316,7 @@ config TPL_FIT 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