From df07fae8f0f23741970174464e6f5d807b3b404d Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Mon, 16 Jun 2025 10:39:08 +0100 Subject: [PATCH] modules: mcuboot: Imply confirmed image generation in directxip mode Implies the Kconfig symbol for generated a padded, confirmed image when MCUboot has been configured in directxip mode with revert, as the main image must be confirmed in order for it to be booted Signed-off-by: Jamie McCrae --- modules/Kconfig.mcuboot | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/Kconfig.mcuboot b/modules/Kconfig.mcuboot index c02ee43f5eb..3712217bbd1 100644 --- a/modules/Kconfig.mcuboot +++ b/modules/Kconfig.mcuboot @@ -231,6 +231,7 @@ config MCUBOOT_BOOTLOADER_MODE_DIRECT_XIP_WITH_REVERT select MCUBOOT_BOOTUTIL_LIB_FOR_DIRECT_XIP select MCUBOOT_BOOTLOADER_MODE_HAS_NO_DOWNGRADE select MCUBOOT_BOOTLOADER_NO_DOWNGRADE + imply MCUBOOT_GENERATE_CONFIRMED_IMAGE help MCUboot expects slot0_partition and slot1_partition to exist in DT. In this mode MCUboot will boot the application with the higher version