Skip to content

Commit cc6ba10

Browse files
Raffael Rostagnocarlescufi
authored andcommitted
soc: espressif: Default MCUboot mode for ESP32 family
Include default MCUboot mode for all ESP32 chips Signed-off-by: Raffael Rostagno <[email protected]>
1 parent 2803d4b commit cc6ba10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soc/espressif/Kconfig.sysbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
choice MCUBOOT_MODE
5-
default MCUBOOT_MODE_OVERWRITE_ONLY if SOC_SERIES_ESP32C3 || SOC_SERIES_ESP32C6 || SOC_ESP32_PROCPU || SOC_SERIES_ESP32S2 || SOC_ESP32S3_PROCPU
5+
default MCUBOOT_MODE_OVERWRITE_ONLY if SOC_FAMILY_ESPRESSIF_ESP32
66
endchoice

0 commit comments

Comments
 (0)