From 7cd2d5d0c1cca176c38b14c69c55865ee1b0a609 Mon Sep 17 00:00:00 2001 From: Hector Palacios Date: Tue, 28 Nov 2023 13:07:05 +0100 Subject: [PATCH] uboot: ccmp1: disable LEGACY_IMAGE_FORMAT when FIT enabled The LEGACY_IMAGE_FORMAT defaults to 'y' if there is no FIT support, which happens after applying the default configuration. Then, the FIT support is added in a config fragment, but the LEGACY_IMAGE_FORMAT is not disabled. Disabling this is recommended to avoid the possibility to boot unsigned legacy images. Signed-off-by: Hector Palacios --- .../recipes-bsp/u-boot/u-boot-dey/ccmp1/fit_legacy.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccmp1/fit_legacy.cfg b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccmp1/fit_legacy.cfg index b4a52f46f..27c702af0 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccmp1/fit_legacy.cfg +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccmp1/fit_legacy.cfg @@ -1 +1 @@ -CONFIG_LEGACY_IMAGE_FORMAT=y \ No newline at end of file +# CONFIG_LEGACY_IMAGE_FORMAT is not set