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 <hector.palacios@digi.com>
This commit is contained in:
Hector Palacios 2023-11-28 13:07:05 +01:00
parent 3cfce77c0f
commit 7cd2d5d0c1
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
CONFIG_LEGACY_IMAGE_FORMAT=y
# CONFIG_LEGACY_IMAGE_FORMAT is not set