mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
sandbox: enable FIT_SIGNATURE
Since commitd09256283f("FIT: Image pre-load signature support must select not depends on FIT_SIGNATURE") FIT_SIGNATURE is disabled on sandbox. But this config is used on many fit signature tests. So FIT_SIGNATURE should be enabled on sandbox. Fixes:d09256283f("FIT: Image pre-load signature support must select not depends on FIT_SIGNATURE") Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
committed by
Tom Rini
parent
56905deb20
commit
30429c8bd2
@@ -21,6 +21,7 @@ CONFIG_EFI_CAPSULE_AUTHENTICATE=y
|
||||
CONFIG_EFI_CAPSULE_CRT_FILE="board/sandbox/capsule_pub_key_good.crt"
|
||||
CONFIG_BUTTON_CMD=y
|
||||
CONFIG_FIT=y
|
||||
CONFIG_FIT_SIGNATURE=y
|
||||
CONFIG_FIT_CIPHER=y
|
||||
CONFIG_FIT_VERBOSE=y
|
||||
CONFIG_BOOTMETH_ANDROID=y
|
||||
|
||||
Reference in New Issue
Block a user