Commit c15a53fb authored by Jamie McCrae's avatar Jamie McCrae Committed by Johan Hedberg
Browse files

modules: mcuboot: Default to swap using offset



Updates a missed Kconfig with this change

Signed-off-by: default avatarJamie McCrae <jamie.mccrae@nordicsemi.no>
parent b759b987
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -134,7 +134,9 @@ menu "On board MCUboot operation mode"

choice MCUBOOT_BOOTLOADER_MODE
	prompt "Application assumed MCUboot mode of operation"
	default MCUBOOT_BOOTLOADER_MODE_SWAP_USING_MOVE
	# Should be removed if board dts is updated
	default MCUBOOT_BOOTLOADER_MODE_SWAP_USING_MOVE if SOC_FAMILY_STM32
	default MCUBOOT_BOOTLOADER_MODE_SWAP_USING_OFFSET
	help
	  Informs application build on assumed MCUboot mode of operation.
	  This is important for validataing application against DT configuration,