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:
parent
235033f4b7
commit
630faa1592
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue