Skip to content

Commit 87e076f

Browse files
committed
west.yml: update to a Zephyr PR
A Zephyr Pull Request is needed, exporting xtensa_domain_list. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
1 parent b4bfb0f commit 87e076f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/schedule/zephyr_dp_schedule_application.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ LOG_MODULE_DECLARE(dp_schedule, CONFIG_SOF_LOG_LEVEL);
2828
extern struct tr_ctx dp_tr;
2929

3030
/* FIXME: memory domains cannot be removed. Need an alternative solution */
31+
#define DYNAMIC_MEM_DOMAIN
3132
#ifdef DYNAMIC_MEM_DOMAIN
3233
extern sys_slist_t xtensa_domain_list;
3334
#endif

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: 6cd7cfa104a5f4de68408c9bf6516cd1109b9782
46+
revision: pull/97201/head
4747
remote: zephyrproject
4848

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

0 commit comments

Comments
 (0)