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

boot: zephyr: boards: delete mcxn947 configuration.



- Deletes configuration for the FRDM-MCXN947 and MCX-N9XX-EVK boards.
- Enables MCU-Boot default Swap mode for the FRDM-MCXN947 and MCX-N9XX-EVK,
  after the flash driver was upgraded to support the 16-byte programming.

Signed-off-by: default avatarAndrej Butok <andrey.butok@nxp.com>
parent 47dc5086
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
# Copyright 2024 NXP
# SPDX-License-Identifier: Apache-2.0

#MCXN94x does not support the MCUBoot swap mode.
CONFIG_BOOT_UPGRADE_ONLY=y
+0 −4
Original line number Diff line number Diff line
# Copyright 2023 NXP
# SPDX-License-Identifier: Apache-2.0

CONFIG_BOOT_UPGRADE_ONLY=y
+0 −13
Original line number Diff line number Diff line
/*
 * Copyright 2023 NXP
 *
 * SPDX-License-Identifier: Apache-2.0
 */

/ {
        chosen {
                zephyr,flash = &flash;
                zephyr,code-partition = &boot_partition;
        };
};
+0 −5
Original line number Diff line number Diff line
# Copyright 2025 NXP
# SPDX-License-Identifier: Apache-2.0

#MCXN94x does not support the MCUBoot swap mode.
CONFIG_BOOT_UPGRADE_ONLY=y
+0 −4
Original line number Diff line number Diff line
# Copyright 2025 NXP
# SPDX-License-Identifier: Apache-2.0

CONFIG_BOOT_UPGRADE_ONLY=y
Loading