diff options
author | Simon Glass <sjg@chromium.org> | 2022-10-20 18:23:16 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-10-31 11:04:00 -0400 |
commit | 5981d611788adce88974687d4d561965d964fd08 (patch) | |
tree | 03a1872897fde56d12926c414756bf94ddb7369c /boot | |
parent | 8de9896aa61579da62103aa06e9ab49006b3e5ab (diff) | |
download | u-boot-5981d611788adce88974687d4d561965d964fd08.zip u-boot-5981d611788adce88974687d4d561965d964fd08.tar.gz u-boot-5981d611788adce88974687d4d561965d964fd08.tar.bz2 |
vpl: Allow signature verification
Add the required Kconfig option so that signatures can be verified when
loading a configuration.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'boot')
-rw-r--r-- | boot/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/boot/Kconfig b/boot/Kconfig index 9334497..d5c582e 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -320,7 +320,6 @@ config VPL_FIT_FULL_CHECK config VPL_FIT_SIGNATURE bool "Enable signature verification of FIT firmware within VPL" depends on VPL_DM - depends on VPL_LOAD_FIT || VPL_LOAD_FIT_FULL default y select FIT_SIGNATURE select VPL_FIT |