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:
parent
403299c40b
commit
999b19d6ce
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ void 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