Skip to content

Commit 25699ee

Browse files
soc: nxp: flexspi_xip: Update FLASH_MCUX_FLEXSPI_XIP ramload dependencies
CONFIG_FLASH_MCUX_FLEXSPI_XIP should also be disabled when using MCUBoot ramload mode with revert support. Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent 0c9513c commit 25699ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

soc/nxp/common/Kconfig.flexspi_xip

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ 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
26+
depends on !(MCUBOOT_BOOTLOADER_MODE_RAM_LOAD || \
27+
MCUBOOT_BOOTLOADER_MODE_RAM_LOAD_WITH_REVERT)
2728
select XIP
2829
help
2930
Allows REfor the soc to safely initialize the clocks for the

0 commit comments

Comments
 (0)