Skip to content

Commit

Permalink
soc: mxrt10xx: remove forces enable boot header
Browse files Browse the repository at this point in the history
When we use a third-party or custom bootloader, there is also
need to remove the boot header. Change the select to imply,
so that the boot header can be removed by configuration when
MCUBoot is not used.

Signed-off-by: Frank Li <[email protected]>
  • Loading branch information
lgl88911 authored and carlescufi committed Apr 12, 2022
1 parent 32fa349 commit 4651a38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions soc/arm/nxp_imx/rt/Kconfig.soc
Original file line number Diff line number Diff line change
Expand Up @@ -688,11 +688,11 @@ config CODE_ITCM

config CODE_FLEXSPI
bool "Link code into external FlexSPI-controlled memory"
select NXP_IMX_RT_BOOT_HEADER if !BOOTLOADER_MCUBOOT
imply NXP_IMX_RT_BOOT_HEADER if !BOOTLOADER_MCUBOOT

config CODE_FLEXSPI2
bool "Link code into internal FlexSPI-controlled memory"
select NXP_IMX_RT_BOOT_HEADER if !BOOTLOADER_MCUBOOT
imply NXP_IMX_RT_BOOT_HEADER if !BOOTLOADER_MCUBOOT

config CODE_SRAM0
bool "Link code into RAM_L memory (RAM_L)"
Expand Down

0 comments on commit 4651a38

Please sign in to comment.