From: Patrick Oppenlander Date: Fri, 17 Jul 2020 01:12:34 +0000 (+1000) Subject: sandbox: enable FIT cipher support in defconfig X-Git-Tag: v2020.10~87^2~46 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=56c31e5e500dbc4371359d15be5990c9f288ca58;p=platform%2Fkernel%2Fu-boot.git sandbox: enable FIT cipher support in defconfig Linux distributions generally use the "make defconfig && make tools-all" recipe to generate a uboot-tools (or similar) package. This patch enables FIT cipher support in the default mkimage build. Signed-off-by: Patrick Oppenlander --- diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 829056e..b30f1e3 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -8,6 +8,7 @@ CONFIG_DEBUG_UART=y CONFIG_DISTRO_DEFAULTS=y CONFIG_FIT=y CONFIG_FIT_SIGNATURE=y +CONFIG_FIT_CIPHER=y CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORT=y CONFIG_FIT_VERBOSE=y CONFIG_BOOTSTAGE=y