-
CONFIG_FLEXSPI_CONFIG_BLOCK_OFFSET
¶
FlexSPI config block offset
Type: hex
Help¶
FlexSPI configuration block consists of parameters regarding specific flash devices including read command sequence, quad mode enablement sequence (optional), etc. The boot ROM expectes FlexSPI configuration parameter to be presented in serail nor flash.
Direct dependencies¶
(SOC_MIMXRT1011
&& SOC_SERIES_IMX_RT
) || (NXP_IMX_RT_BOOT_HEADER
&& SOC_SERIES_IMX_RT
&& SOC_FAMILY_IMX
)
(Includes any dependencies from ifs and menus.)
Defaults¶
0x400
0x0 if
BOOT_FLEXSPI_NOR
Kconfig definitions¶
At <Zephyr>/soc/arm/nxp_imx/rt/Kconfig.defconfig.mimxrt1010:30
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <BuildDir>/Kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/nxp_imx/Kconfig.defconfig:4
→ <Zephyr>/soc/arm/nxp_imx/rt/Kconfig.defconfig.series:131
Menu path: (Top)
config FLEXSPI_CONFIG_BLOCK_OFFSET hex default 0x400 depends onSOC_MIMXRT1011
&&SOC_SERIES_IMX_RT
At <Zephyr>/soc/arm/nxp_imx/rt/Kconfig.soc:369
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:28
→ <Zephyr>/soc/Kconfig:11
→ <BuildDir>/Kconfig/Kconfig.soc.arch:2
→ <Zephyr>/soc/arm/nxp_imx/Kconfig:14
Menu path: (Top) → Hardware Configuration → Enable the boot header
config FLEXSPI_CONFIG_BLOCK_OFFSET hex "FlexSPI config block offset" default 0x0 ifBOOT_FLEXSPI_NOR
depends onNXP_IMX_RT_BOOT_HEADER
&&SOC_SERIES_IMX_RT
&&SOC_FAMILY_IMX
help FlexSPI configuration block consists of parameters regarding specific flash devices including read command sequence, quad mode enablement sequence (optional), etc. The boot ROM expectes FlexSPI configuration parameter to be presented in serail nor flash.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)