Include default MCUboot mode for all ESP32 chips Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
6 lines
182 B
Text
6 lines
182 B
Text
# Copyright (c) 2024 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
choice MCUBOOT_MODE
|
|
default MCUBOOT_MODE_OVERWRITE_ONLY if SOC_FAMILY_ESPRESSIF_ESP32
|
|
endchoice
|