diff --git a/soc/nxp/imxrt/imxrt5xx/Kconfig.defconfig b/soc/nxp/imxrt/imxrt5xx/Kconfig.defconfig index a93f307e7bc5a2..d25750e704ea0b 100644 --- a/soc/nxp/imxrt/imxrt5xx/Kconfig.defconfig +++ b/soc/nxp/imxrt/imxrt5xx/Kconfig.defconfig @@ -3,6 +3,12 @@ if SOC_MIMXRT595S_CM33 +config FLEXSPI_CONFIG_BLOCK_OFFSET + default 0x400 + +config CODE_DATA_RELOCATION_SRAM + default y if FLASH_MCUX_FLEXSPI_XIP + config ROM_START_OFFSET default 0x1200 if NXP_IMXRT_BOOT_HEADER diff --git a/soc/nxp/imxrt/imxrt6xx/Kconfig.defconfig b/soc/nxp/imxrt/imxrt6xx/Kconfig.defconfig index 9aa15420f22396..bfcc7d29f54622 100644 --- a/soc/nxp/imxrt/imxrt6xx/Kconfig.defconfig +++ b/soc/nxp/imxrt/imxrt6xx/Kconfig.defconfig @@ -19,6 +19,12 @@ endif # SOC_SERIES_MIMXRT6XX if SOC_MIMXRT685S_CM33 +config FLEXSPI_CONFIG_BLOCK_OFFSET + default 0x400 + +config CODE_DATA_RELOCATION_SRAM + default y if FLASH_MCUX_FLEXSPI_XIP + config ROM_START_OFFSET default 0x1200 if NXP_IMXRT_BOOT_HEADER