Skip to content

Commit 13067d9

Browse files
committed
boards: ace40: 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 1391978 commit 13067d9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/boards/intel_adsp_ace40_nvl.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ CONFIG_MM_DRV_INTEL_ADSP_TLB_REMAP_UNUSED_RAM=y
6565
CONFIG_SYS_CLOCK_TICKS_PER_SEC=12000
6666

6767
# Zephyr / power settings
68-
CONFIG_ADSP_IMR_CONTEXT_SAVE=y
68+
CONFIG_ADSP_IMR_CONTEXT_SAVE=n
6969
CONFIG_PM=y
7070
CONFIG_PM_DEVICE=y
7171
CONFIG_PM_DEVICE_RUNTIME=y

app/boards/intel_adsp_ace40_nvls.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ CONFIG_MM_DRV_INTEL_ADSP_TLB_REMAP_UNUSED_RAM=y
6565
CONFIG_SYS_CLOCK_TICKS_PER_SEC=12000
6666

6767
# Zephyr / power settings
68-
CONFIG_ADSP_IMR_CONTEXT_SAVE=y
68+
CONFIG_ADSP_IMR_CONTEXT_SAVE=n
6969
CONFIG_PM=y
7070
CONFIG_PM_DEVICE=y
7171
CONFIG_PM_DEVICE_RUNTIME=y

0 commit comments

Comments
 (0)