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 <andrey.butok@nxp.com>
(cherry picked from commit ab01443605)
This commit is contained in:
Andrej Butok 2024-11-12 16:05:39 +01:00 committed by Jamie McCrae
parent 4a0f42c096
commit 03b6482899
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
/ {
chosen {
zephyr,flash = &flash;
zephyr,code-partition = &boot_partition;
};
};