Skip to content

Commit 342478f

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 79855f3 commit 342478f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/boards/intel_adsp_ace30_ptl.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ CONFIG_XTENSA_MMU_NUM_L2_TABLES=128
5858
CONFIG_SYS_CLOCK_TICKS_PER_SEC=12000
5959

6060
# Zephyr / power settings
61-
CONFIG_ADSP_IMR_CONTEXT_SAVE=y
61+
CONFIG_ADSP_IMR_CONTEXT_SAVE=n
6262
CONFIG_PM_PREWAKEUP_CONV_MODE_CEIL=y
6363
CONFIG_PM_DEVICE_RUNTIME_ASYNC=n
6464

app/boards/intel_adsp_ace30_wcl.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ CONFIG_MM_DRV_INTEL_VIRTUAL_REGION_COUNT=2
5050
CONFIG_SYS_CLOCK_TICKS_PER_SEC=12000
5151

5252
# Zephyr / power settings
53-
CONFIG_ADSP_IMR_CONTEXT_SAVE=y
53+
CONFIG_ADSP_IMR_CONTEXT_SAVE=n
5454
CONFIG_PM_PREWAKEUP_CONV_MODE_CEIL=y
5555
CONFIG_PM_DEVICE_RUNTIME_ASYNC=n
5656

0 commit comments

Comments
 (0)