summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2021-05-28 14:10:51 -0400
committerTom Rini <[email protected]>2021-05-28 14:10:51 -0400
commitd862ddb8d783202dcab3601cdbc3775509a70597 (patch)
treee7ea6a6d79f9e4769f7fcb0c0c909992954a2423 /common
parentaab8b17e94c447561a402bc7508b73fd8ee712e5 (diff)
parent163a0d7e2cbdbdf26d90ac8d30c0495b814f3245 (diff)
Merge tag 'efi-2021-07-rc4-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2021-07-rc4-2 Simplify configuration using HASH functions Fix Coverity warnings related to EFI TCG2 protocol Enable PE/COFF image measurement
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig.boot1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/Kconfig.boot b/common/Kconfig.boot
index 3c6e77d0997..89a3161f1fa 100644
--- a/common/Kconfig.boot
+++ b/common/Kconfig.boot
@@ -80,7 +80,6 @@ config FIT_SIGNATURE
select RSA_VERIFY
select IMAGE_SIGN_INFO
select FIT_FULL_CHECK
- select HASH_CALCULATE
help
This option enables signature verification of FIT uImages,
using a hash signed and verified using RSA. If