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

Kconfig definitions

At <Zephyr>/soc/arm/nxp_imx/rt/Kconfig.defconfig.mimxrt1010:30

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nxp_imx/Kconfig.defconfig:4<Zephyr>/soc/arm/nxp_imx/rt/Kconfig.defconfig.series:121

Menu path: (Top)

config FLEXSPI_CONFIG_BLOCK_OFFSET
    hex
    default 0x400
    depends on SOC_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 if BOOT_FLEXSPI_NOR
    depends on NXP_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.)