Commit ab014436 authored by Andrej Butok's avatar Andrej Butok Committed by Jamie
Browse files

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: default avatarAndrej Butok <andrey.butok@nxp.com>
parent bd7423d1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
/ {
        chosen {
                zephyr,flash = &flash;
                zephyr,code-partition = &boot_partition;
        };
};