Skip to content

Commit a93a5ff

Browse files
author
Jyri Sarha
committed
app: debug_stream_overlay.conf: Remove XTENSA_BACKTRACE_EXCEPTION_DUMP
Remove XTENSA_BACKTRACE_EXCEPTION_DUMP option from debug_stream_overlay.conf since its removed from Zephyr in commit: ba8bb9a20f97 arch: xtensa: change backtrace to use EXCEPTION_DUMP Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
1 parent 8c0c11b commit a93a5ff

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/debug_stream_overlay.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,4 @@ CONFIG_SOF_TELEMETRY_IO_PERFORMANCE_MEASUREMENTS=n
3737
CONFIG_EXCEPTION_DUMP_HOOK=y
3838
# Do not try to send exception prints through logs; this causes problems on PTL with mtrace
3939
CONFIG_EXCEPTION_DUMP_HOOK_ONLY=y
40-
# Print also backtrace through the exception hook
41-
CONFIG_XTENSA_BACKTRACE_EXCEPTION_DUMP_HOOK=y
40+

0 commit comments

Comments
 (0)