Skip to content

Commit 33ad497

Browse files
DerekSnellnordicjm
authored andcommitted
boot: zephyr: add support for mcx_n9xx_evk
Add default configuration for mcx_n9xx_evk. Signed-off-by: Derek Snell <[email protected]>
1 parent 881608e commit 33ad497

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright 2025 NXP
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
#MCXN94x does not support the MCUBoot swap mode.
5+
CONFIG_BOOT_UPGRADE_ONLY=y
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Copyright 2025 NXP
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
CONFIG_BOOT_UPGRADE_ONLY=y
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/*
2+
* Copyright 2025 NXP
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
chosen {
9+
zephyr,flash = &flash;
10+
zephyr,code-partition = &boot_partition;
11+
};
12+
};

0 commit comments

Comments
 (0)