7 lines
152 B
Plaintext
7 lines
152 B
Plaintext
|
# Copyright (c) 2024 Nordic Semiconductor ASA
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
choice MCUBOOT_MODE
|
||
|
default MCUBOOT_MODE_OVERWRITE_ONLY
|
||
|
endchoice
|