soc: nxp: rt1011: Fix RT1011 FCB offset

RT1011 expects it's flash configuration block at a different offset than
the rest of the RT10xx series. Add default to fix the platform not
booting.

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
Declan Snyder 2024-08-28 15:38:02 -05:00 committed by Anas Nashif
commit 630faa1592

View file

@ -24,5 +24,7 @@ config DCDC_VALUE
config GPIO
default y
config FLEXSPI_CONFIG_BLOCK_OFFSET
default 0x400 if SOC_MIMXRT1011
endif # SOC_SERIES_IMXRT10XX