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 <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
0f6b3f066a
commit
df07fae8f0
1 changed files with 1 additions and 0 deletions
|
@ -231,6 +231,7 @@ config MCUBOOT_BOOTLOADER_MODE_DIRECT_XIP_WITH_REVERT
|
||||||
select MCUBOOT_BOOTUTIL_LIB_FOR_DIRECT_XIP
|
select MCUBOOT_BOOTUTIL_LIB_FOR_DIRECT_XIP
|
||||||
select MCUBOOT_BOOTLOADER_MODE_HAS_NO_DOWNGRADE
|
select MCUBOOT_BOOTLOADER_MODE_HAS_NO_DOWNGRADE
|
||||||
select MCUBOOT_BOOTLOADER_NO_DOWNGRADE
|
select MCUBOOT_BOOTLOADER_NO_DOWNGRADE
|
||||||
|
imply MCUBOOT_GENERATE_CONFIRMED_IMAGE
|
||||||
help
|
help
|
||||||
MCUboot expects slot0_partition and slot1_partition to exist in DT.
|
MCUboot expects slot0_partition and slot1_partition to exist in DT.
|
||||||
In this mode MCUboot will boot the application with the higher version
|
In this mode MCUboot will boot the application with the higher version
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue