Skip to content

Commit

Permalink
boards: mcxn947_qspi: fix mcuboot partition allocation
Browse files Browse the repository at this point in the history
- 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]>
  • Loading branch information
butok authored and nordicjm committed Nov 13, 2024
1 parent bd7423d commit ab01443
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boot/zephyr/boards/frdm_mcxn947_mcxn947_cpu0_qspi.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/ {
chosen {
zephyr,flash = &flash;
zephyr,code-partition = &boot_partition;
};
};

0 comments on commit ab01443

Please sign in to comment.