From c10e6eaf077b8577155cbd5088379727e6e4f400 Mon Sep 17 00:00:00 2001 From: Hake Huang Date: Mon, 28 Apr 2025 07:29:16 +0000 Subject: [PATCH] soc: mimxrt11xx: update the frdmram api flexram api change to misc. fixes: #89150 Signed-off-by: Hake Huang --- soc/nxp/imxrt/imxrt11xx/soc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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