Skip to content

Commit 9f6f876

Browse files
committed
mcuboot: kconfig: set default MOVE for Espressif SoCs
Make sure default MOVE option is enabled for Espressif SoCs. Signed-off-by: Sylvio Alves <[email protected]>
1 parent a8c8f7f commit 9f6f876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/Kconfig.mcuboot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ menu "On board MCUboot operation mode"
151151
choice MCUBOOT_BOOTLOADER_MODE
152152
prompt "Application assumed MCUboot mode of operation"
153153
# Should be removed if board dts is updated
154-
default MCUBOOT_BOOTLOADER_MODE_SWAP_USING_MOVE if SOC_FAMILY_STM32
154+
default MCUBOOT_BOOTLOADER_MODE_SWAP_USING_MOVE if SOC_FAMILY_STM32 || SOC_FAMILY_ESPRESSIF_ESP32
155155
default MCUBOOT_BOOTLOADER_MODE_SWAP_USING_OFFSET
156156
help
157157
Informs application build on assumed MCUboot mode of operation.

0 commit comments

Comments
 (0)