summaryrefslogtreecommitdiff
path: root/common/Kconfig.boot
diff options
context:
space:
mode:
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>2021-09-03 03:54:19 +0300
committerTom Rini <trini@konsulko.com>2021-09-08 23:11:46 +0300
commit0721209699c5092b4d364c3b57256840d3a7dcbc (patch)
tree65900780b603ada3007f810cc29ba185e8653d22 /common/Kconfig.boot
parente60e449931201eaf9a1883dfddef1c5cb6bf161d (diff)
downloadu-boot-0721209699c5092b4d364c3b57256840d3a7dcbc.tar.xz
common/spl: Drop [ST]PL_HASH_SUPPORT in favor of [ST]PL_HASH
All of these configs exist. Stick to using CONFIG_[ST]PL_HASH, and drop all references to CONFIG_[ST]PL_HASH_SUPPORT. This means we need for CHAIN_OF_TRUST to select SPL_HASH now. Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> [trini: Add TPL case, fix CHAIN_OF_TRUST, other tweaks] Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'common/Kconfig.boot')
-rw-r--r--common/Kconfig.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Kconfig.boot b/common/Kconfig.boot
index 8736e6af47..1f365d4a81 100644
--- a/common/Kconfig.boot
+++ b/common/Kconfig.boot
@@ -158,7 +158,7 @@ config SPL_FIT_SIGNATURE
select FIT_SIGNATURE
select SPL_FIT
select SPL_CRYPTO
- select SPL_HASH_SUPPORT
+ select SPL_HASH
imply SPL_RSA
imply SPL_RSA_VERIFY
select SPL_IMAGE_SIGN_INFO