soc: nxp: imxrt: fix incorrect flexram partition function call

Replace incorrect call to memc_flexram_dt_partition() with
flexram_dt_partition() to resolve build error on
IMXRT10xx and IMXRT11xx.

Signed-off-by: Ofir Shemesh <ofirshemesh777@gmail.com>
This commit is contained in:
Ofir Shemesh 2025-04-30 20:02:11 +03:00 committed by Benjamin Cabé
commit 999b19d6ce

View file

@ -367,7 +367,7 @@ void 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