Skip to content

Commit 0a339a2

Browse files
sylvioalveskartben
authored andcommitted
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 1e737d7 commit 0a339a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/Kconfig.mcuboot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ menu "On board MCUboot operation mode"
185185
choice MCUBOOT_BOOTLOADER_MODE
186186
prompt "Application assumed MCUboot mode of operation"
187187
# Should be removed if board dts is updated
188-
default MCUBOOT_BOOTLOADER_MODE_SWAP_USING_MOVE if SOC_FAMILY_STM32
188+
default MCUBOOT_BOOTLOADER_MODE_SWAP_USING_MOVE if SOC_FAMILY_STM32 || SOC_FAMILY_ESPRESSIF_ESP32
189189
default MCUBOOT_BOOTLOADER_MODE_SWAP_USING_OFFSET
190190
help
191191
Informs application build on assumed MCUboot mode of operation.

share/sysbuild/images/bootloader/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if BOOTLOADER_MCUBOOT
3333
choice MCUBOOT_MODE
3434
prompt "Mode of operation"
3535
# Should be removed if board dts is updated
36-
default MCUBOOT_MODE_SWAP_USING_MOVE if SOC_FAMILY_STM32
36+
default MCUBOOT_MODE_SWAP_USING_MOVE if SOC_FAMILY_STM32 || SOC_FAMILY_ESPRESSIF_ESP32
3737
default MCUBOOT_MODE_SWAP_USING_OFFSET
3838
help
3939
The operating mode of MCUboot (which will also be propagated to the application).

0 commit comments

Comments
 (0)