Skip to content

Commit

Permalink
soc: espressif: Default MCUboot mode for ESP32 family
Browse files Browse the repository at this point in the history
Include default MCUboot mode for all ESP32 chips

Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
  • Loading branch information
Raffael Rostagno authored and carlescufi committed Sep 16, 2024
1 parent 2803d4b commit cc6ba10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soc/espressif/Kconfig.sysbuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# SPDX-License-Identifier: Apache-2.0

choice MCUBOOT_MODE
default MCUBOOT_MODE_OVERWRITE_ONLY if SOC_SERIES_ESP32C3 || SOC_SERIES_ESP32C6 || SOC_ESP32_PROCPU || SOC_SERIES_ESP32S2 || SOC_ESP32S3_PROCPU
default MCUBOOT_MODE_OVERWRITE_ONLY if SOC_FAMILY_ESPRESSIF_ESP32
endchoice

0 comments on commit cc6ba10

Please sign in to comment.