Skip to content

Commit

Permalink
soc: esp32c2: esp8684: Add default MCUboot mode to sysbuild
Browse files Browse the repository at this point in the history
Adds the default MCUboot operating mode when building for
ESP32C2/ESP8684 using sysbuild.

Signed-off-by: Raffael Rostagno <[email protected]>
  • Loading branch information
Raffael Rostagno committed Sep 12, 2024
1 parent 1540bd7 commit 3ef91ba
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_SERIES_ESP32C2 || SOC_SERIES_ESP32C3 || SOC_SERIES_ESP32C6 || SOC_ESP32_PROCPU || SOC_SERIES_ESP32S2 || SOC_ESP32S3_PROCPU
endchoice

0 comments on commit 3ef91ba

Please sign in to comment.