Skip to content
Snippets Groups Projects
Commit bdb7f263 authored by Klaus Heinrich Kiwi's avatar Klaus Heinrich Kiwi Committed by Tom Rini
Browse files

Kconfig: SPL_FIT_SIGNATURE requires SPL_LOAD_FIT


Having the ability to support firmware FIT signatures on the SPL sounds
not so useful if the SPL is not supporting to load a (U-boot) firmware
as a FIT image.

Signed-off-by: default avatarKlaus Heinrich Kiwi <klaus@linux.vnet.ibm.com>
parent 6ce28132
No related branches found
No related tags found
No related merge requests found
......@@ -181,6 +181,7 @@ config SPL_FIT_FULL_CHECK
config SPL_FIT_SIGNATURE
bool "Enable signature verification of FIT firmware within SPL"
depends on SPL_DM
depends on SPL_LOAD_FIT || SPL_LOAD_FIT_FULL
select FIT_SIGNATURE
select SPL_FIT
select SPL_CRYPTO_SUPPORT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment