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:
parent
61e1dc963c
commit
c10e6eaf07
1 changed files with 1 additions and 1 deletions
|
@ -782,7 +782,7 @@ void __used _soc_reset_hook(void)
|
||||||
|
|
||||||
#if defined(FLEXRAM_RUNTIME_BANKS_USED)
|
#if defined(FLEXRAM_RUNTIME_BANKS_USED)
|
||||||
/* Configure flexram if not running from RAM */
|
/* Configure flexram if not running from RAM */
|
||||||
memc_flexram_dt_partition();
|
flexram_dt_partition();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue