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:
parent
dfafe131bf
commit
9c6853c42f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue