soc: arm: nxp_imx: do not enable RT boot header for CM4 core

Disable RT boot header for CM4 core. This will ensure the boot header is
not present when building an application targeting RAM on the CM4.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse 2023-06-13 23:21:38 +00:00 committed by Anas Nashif
commit 9c6853c42f

View file

@ -703,7 +703,7 @@ config PM_MCUX_PMU
menuconfig NXP_IMX_RT_BOOT_HEADER
bool "Boot header"
depends on (!BOOTLOADER_MCUBOOT)
depends on (!BOOTLOADER_MCUBOOT) && CPU_CORTEX_M7
help
Enable data structures required by the boot ROM to boot the
application from an external flash device.