soc: espressif: Add default MCUboot mode to sysbuild
Adds the default MCUboot operating mode when building for these SoCs using sysbuild Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
6a474bf938
commit
d4a29becf4
|
@ -0,0 +1,6 @@
|
|||
# Copyright (c) 2024 Nordic Semiconductor ASA
|
||||
# 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
|
||||
endchoice
|
Loading…
Reference in New Issue