soc: mimxrt11xx: update the frdmram api

flexram api change to misc.

fixes: #89150

Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
This commit is contained in:
Hake Huang 2025-04-28 07:29:16 +00:00 committed by Benjamin Cabé
commit c10e6eaf07

View file

@ -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