From df5576872fb61aacb77c9876ca931fa1c3bcc8e4 Mon Sep 17 00:00:00 2001 From: Peter Ujfalusi Date: Mon, 17 Jul 2023 13:01:59 +0300 Subject: [PATCH] board: intel_adsp_cavs25: Disable DTRACE DTRACE is IPC3 only, it is not used anymore. Signed-off-by: Peter Ujfalusi --- app/boards/intel_adsp_cavs25.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/boards/intel_adsp_cavs25.conf b/app/boards/intel_adsp_cavs25.conf index 4033a6fb8..7dc84e97b 100644 --- a/app/boards/intel_adsp_cavs25.conf +++ b/app/boards/intel_adsp_cavs25.conf @@ -12,3 +12,6 @@ CONFIG_RIMAGE_SIGNING_SCHEMA="tgl" CONFIG_DEBUG_COREDUMP=y CONFIG_DEBUG_COREDUMP_BACKEND_INTEL_ADSP_MEM_WINDOW=y CONFIG_DEBUG_COREDUMP_MEMORY_DUMP_MIN=y + +# DTRACE is IPC3 only, disable it +CONFIG_TRACE=n