Skip to content

Commit 7af6396

Browse files
butoknashif
authored andcommitted
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>
1 parent ad70ff7 commit 7af6396

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Copyright 2024 NXP
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
choice MCUBOOT_MODE
5+
default MCUBOOT_MODE_OVERWRITE_ONLY
6+
endchoice

0 commit comments

Comments
 (0)