Skip to content

Commit 5502f13

Browse files
committed
boards: ace30: disable IMR context save
Disabled IMR context save feature as it is not used in the Chrome build Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
1 parent 7ed4499 commit 5502f13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/boards/intel_adsp_ace30_ptl.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ CONFIG_MM_DRV_INTEL_ADSP_TLB_REMAP_UNUSED_RAM=y
8585
CONFIG_SYS_CLOCK_TICKS_PER_SEC=12000
8686

8787
# Zephyr / power settings
88-
CONFIG_ADSP_IMR_CONTEXT_SAVE=y
88+
CONFIG_ADSP_IMR_CONTEXT_SAVE=n
8989
CONFIG_PM=y
9090
CONFIG_PM_DEVICE=y
9191
CONFIG_PM_DEVICE_RUNTIME=y

app/boards/intel_adsp_ace30_wcl.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ CONFIG_MM_DRV_INTEL_ADSP_TLB_REMAP_UNUSED_RAM=y
7070
CONFIG_SYS_CLOCK_TICKS_PER_SEC=12000
7171

7272
# Zephyr / power settings
73-
CONFIG_ADSP_IMR_CONTEXT_SAVE=y
73+
CONFIG_ADSP_IMR_CONTEXT_SAVE=n
7474
CONFIG_PM=y
7575
CONFIG_PM_DEVICE=y
7676
CONFIG_PM_DEVICE_RUNTIME=y

0 commit comments

Comments
 (0)