Browse Source

soc: espressif: Default MCUboot mode for ESP32 family

Include default MCUboot mode for all ESP32 chips

Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
pull/78506/head
Raffael Rostagno 10 months ago committed by Carles Cufí
parent
commit
cc6ba10142
  1. 2
      soc/espressif/Kconfig.sysbuild

2
soc/espressif/Kconfig.sysbuild

@ -2,5 +2,5 @@ @@ -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

Loading…
Cancel
Save