diff --git a/soc/nxp/imxrt/imxrt11xx/soc.c b/soc/nxp/imxrt/imxrt11xx/soc.c index 6f2505e0c18..4ed9df4ddfb 100644 --- a/soc/nxp/imxrt/imxrt11xx/soc.c +++ b/soc/nxp/imxrt/imxrt11xx/soc.c @@ -782,7 +782,7 @@ void __used _soc_reset_hook(void) #if defined(FLEXRAM_RUNTIME_BANKS_USED) /* Configure flexram if not running from RAM */ - memc_flexram_dt_partition(); + flexram_dt_partition(); #endif } #endif