Skip to content

Commit 69fb540

Browse files
soc: nxp: common: disable FLASH_MCUX_FLEXSPI_XIP if using ramload
MCUBoot RAMLOAD mode relies on CONFIG_XIP=n, but FLASH_MCUX_FLEXSPI_XIP y-selects this symbol. Disable CONFIG_FLASH_MCUX_FLEXSPI_XIP for the case where we are using MCUBoot ramload mode. Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent 9d6bedd commit 69fb540

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

soc/nxp/common/Kconfig.flexspi_xip

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ config FLASH_SIZE
2323
config FLASH_MCUX_FLEXSPI_XIP
2424
bool
2525
default $(DT_FLASH_PARENT_IS_FLEXSPI)
26+
depends on !MCUBOOT_BOOTLOADER_MODE_RAM_LOAD
2627
select XIP
2728
help
2829
Allows REfor the soc to safely initialize the clocks for the

0 commit comments

Comments
 (0)