File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
share/sysbuild/images/bootloader Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ menu "On board MCUboot operation mode"
185
185
choice MCUBOOT_BOOTLOADER_MODE
186
186
prompt "Application assumed MCUboot mode of operation"
187
187
# 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
189
189
default MCUBOOT_BOOTLOADER_MODE_SWAP_USING_OFFSET
190
190
help
191
191
Informs application build on assumed MCUboot mode of operation.
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ if BOOTLOADER_MCUBOOT
33
33
choice MCUBOOT_MODE
34
34
prompt "Mode of operation"
35
35
# 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
37
37
default MCUBOOT_MODE_SWAP_USING_OFFSET
38
38
help
39
39
The operating mode of MCUboot (which will also be propagated to the application).
You can’t perform that action at this time.
0 commit comments