[PATCH] sandbox: enable FIT_SIGNATURE

Simon Glass sjg at chromium.org
Thu Apr 16 20:43:43 CEST 2026


On Thu, 16 Apr 2026 at 03:18, Philippe Reynes
<philippe.reynes at softathome.com> wrote:
>
> 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 at softathome.com>
> ---
>  configs/sandbox_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


> diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
> index b681b91c3f9..f26295103f1 100644
> --- a/configs/sandbox_defconfig
> +++ b/configs/sandbox_defconfig
> @@ -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
> --
> 2.43.0
>


More information about the U-Boot mailing list