From 9434795ee3a6f09f676bb5e7784d4218f477c798 Mon Sep 17 00:00:00 2001 From: Andrej Butok Date: Wed, 22 May 2024 12:50:56 +0200 Subject: [PATCH] boot: zephyr: add support for frdm-mcxn947 Add default configuration for frdm-mcxn947. Signed-off-by: Andrej Butok --- boot/zephyr/boards/frdm_mcxn947_mcxn947_cpu0.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 boot/zephyr/boards/frdm_mcxn947_mcxn947_cpu0.conf diff --git a/boot/zephyr/boards/frdm_mcxn947_mcxn947_cpu0.conf b/boot/zephyr/boards/frdm_mcxn947_mcxn947_cpu0.conf new file mode 100644 index 000000000..801162f1a --- /dev/null +++ b/boot/zephyr/boards/frdm_mcxn947_mcxn947_cpu0.conf @@ -0,0 +1,5 @@ +# Copyright 2024 NXP +# SPDX-License-Identifier: Apache-2.0 + +#MCXN94x does not support the MCUBoot swap mode. +CONFIG_BOOT_UPGRADE_ONLY=y