Commit 7af6396a authored by Andrej Butok's avatar Andrej Butok Committed by Anas Nashif
Browse files

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: default avatarAndrej Butok <andrey.butok@nxp.com>
parent ad70ff7b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
# Copyright 2024 NXP
# SPDX-License-Identifier: Apache-2.0

choice MCUBOOT_MODE
	default MCUBOOT_MODE_OVERWRITE_ONLY
endchoice