]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
sandbox: enable FIT_SIGNATURE
authorPhilippe Reynes <philippe.reynes@softathome.com>
Wed, 15 Apr 2026 15:17:59 +0000 (17:17 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 17 Apr 2026 18:29:16 +0000 (12:29 -0600)
Since commit d09256283f72 ("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: d09256283f72 ("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>
configs/sandbox_defconfig

index b681b91c3f99252db9e4544161aa850e94bb89cc..f26295103f1cddef3765bf674912a0d77a258b0c 100644 (file)
@@ -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