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:
parent
4a0f42c096
commit
03b6482899
|
@ -7,6 +7,7 @@
|
|||
/ {
|
||||
chosen {
|
||||
zephyr,flash = &flash;
|
||||
zephyr,code-partition = &boot_partition;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue