aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorKlaus Heinrich Kiwi <klaus@linux.vnet.ibm.com>2021-02-09 15:41:54 -0300
committerTom Rini <trini@konsulko.com>2021-02-24 16:51:48 -0500
commitbdb7f2632bdc3baf910c5ef547df03df0ec0dbea (patch)
treeeab474743173d1a1cf3fe11512ee04a0a7b9d6b8 /common
parent6ce28132b88a95eb6d4e67c594270f0825d6dad8 (diff)
downloadu-boot-bdb7f2632bdc3baf910c5ef547df03df0ec0dbea.zip
u-boot-bdb7f2632bdc3baf910c5ef547df03df0ec0dbea.tar.gz
u-boot-bdb7f2632bdc3baf910c5ef547df03df0ec0dbea.tar.bz2
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: Klaus Heinrich Kiwi <klaus@linux.vnet.ibm.com>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig.boot1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Kconfig.boot b/common/Kconfig.boot
index 62dc410..70c02b9 100644
--- a/common/Kconfig.boot
+++ b/common/Kconfig.boot
@@ -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