From 52978d7ed5d3936f824d9f4548c3bf011756242a Mon Sep 17 00:00:00 2001 From: Jaroslaw Stelter Date: Tue, 14 Nov 2023 12:29:36 +0100 Subject: [PATCH] lnl: workaround for L3_HEAP init failure on LNL The L3_HEAP initialisation fails on LNL platform. This patch changes z_heap structure what prevents the issue. This is only temporary w/a not a real fix. Signed-off-by: Jaroslaw Stelter --- app/boards/intel_adsp_ace20_lnl.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/app/boards/intel_adsp_ace20_lnl.conf b/app/boards/intel_adsp_ace20_lnl.conf index 99016e3a539c..813ba621ed6e 100644 --- a/app/boards/intel_adsp_ace20_lnl.conf +++ b/app/boards/intel_adsp_ace20_lnl.conf @@ -13,6 +13,7 @@ CONFIG_PM_DEVICE_RUNTIME_EXCLUSIVE=n CONFIG_PM_DEVICE_POWER_DOMAIN=y CONFIG_PM_POLICY_CUSTOM=y CONFIG_ADSP_IMR_CONTEXT_SAVE=y +CONFIG_SYS_HEAP_RUNTIME_STATS=y CONFIG_POWER_DOMAIN=y CONFIG_POWER_DOMAIN_INTEL_ADSP=y