Skip to content

Commit ab01443

Browse files
butoknordicjm
authored andcommitted
boards: mcxn947_qspi: fix mcuboot partition allocation
- Fixes MCUBoot partition allocation for frdm_mcxn947_mcxn947_cpu0_qspi - Assign "zephyr,code-partition" in the frdm_mcxn947_mcxn947_cpu0_qspi overlay, as app.overlay is ignored if a board overlay is present. Signed-off-by: Andrej Butok <[email protected]>
1 parent bd7423d commit ab01443

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boot/zephyr/boards/frdm_mcxn947_mcxn947_cpu0_qspi.overlay

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
/ {
88
chosen {
99
zephyr,flash = &flash;
10+
zephyr,code-partition = &boot_partition;
1011
};
1112
};
1213

0 commit comments

Comments
 (0)