mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
boot: don't select non-existent CONFIG_VPL_CRYPTO
Symbol CONFIG_VPL_CRYPTO does not exist.
Don't select it.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fixes: 4218456b3f ("vbe: Add Kconfig options for VPL")
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
This commit is contained in:
committed by
Tom Rini
parent
65b776e6d2
commit
ff1b59c9bd
@@ -386,7 +386,6 @@ config VPL_FIT_SIGNATURE
|
||||
default y
|
||||
select FIT_SIGNATURE
|
||||
select VPL_FIT
|
||||
select VPL_CRYPTO
|
||||
select VPL_HASH
|
||||
imply VPL_RSA
|
||||
imply VPL_RSA_VERIFY
|
||||
|
||||
Reference in New Issue
Block a user