boards: nxp: frdm_mcxn947: fix sysbuild mcuboot
Adds the default MCUboot operating mode when building using sysbuild. Fix mcuboot sysbuild for frdm_mcxn947. Signed-off-by: Andrej Butok <andrey.butok@nxp.com>
This commit is contained in:
parent
ad70ff7b9d
commit
7af6396a0d
1 changed files with 6 additions and 0 deletions
6
boards/nxp/frdm_mcxn947/Kconfig.sysbuild
Normal file
6
boards/nxp/frdm_mcxn947/Kconfig.sysbuild
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# Copyright 2024 NXP
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
|
choice MCUBOOT_MODE
|
||||||
|
default MCUBOOT_MODE_OVERWRITE_ONLY
|
||||||
|
endchoice
|
Loading…
Add table
Add a link
Reference in a new issue