Skip to content

Commit f121ba0

Browse files
committed
Check if Zephyr PR 76046 fixes a recent MTL regression
Test if this fixes #9308 Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
1 parent 8847de0 commit f121ba0

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

app/boards/intel_adsp_ace15_mtpm.conf

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,7 @@ CONFIG_MEMORY_WIN_2_SIZE=12288
8686

8787
CONFIG_LLEXT=y
8888
CONFIG_LLEXT_STORAGE_WRITABLE=y
89-
90-
# temporarily disabled to get MTL working again
91-
# https://github.com/thesofproject/sof/issues/9308
92-
CONFIG_MODULES=n
89+
CONFIG_MODULES=y
9390

9491
# Temporary disabled options
9592
CONFIG_TRACE=n

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ manifest:
4343

4444
- name: zephyr
4545
repo-path: zephyr
46-
revision: 740d7f735e234499222345ae276b115e8b7fc958
46+
revision: pull/76046/head
4747
remote: zephyrproject
4848

4949
# Import some projects listed in zephyr/west.yml@revision

0 commit comments

Comments
 (0)