Skip to content

Commit fa1ee16

Browse files
committed
boot-test: enable by default in debug builds
Re-enable boot-testing now that the DSP panic has been fixed. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
1 parent f69b3e0 commit fa1ee16

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

app/boards/intel_adsp_ace30_ptl.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,7 @@ CONFIG_LOG_FUNC_NAME_PREFIX_DBG=y
106106
CONFIG_LOG_MODE_DEFERRED=y
107107
CONFIG_LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP=y
108108
CONFIG_LOG_TIMESTAMP_64BIT=y
109+
110+
CONFIG_USERSPACE=y
111+
CONFIG_APPLICATION_DEFINED_SYSCALL=y
112+
CONFIG_MAX_THREAD_BYTES=3

app/debug_overlay.conf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
CONFIG_DEBUG=y
22
CONFIG_ASSERT=y
33

4-
# Disabled until DSP panic #8621 is fixed
5-
# CONFIG_ZTEST=y
6-
# CONFIG_SOF_BOOT_TEST=y
4+
CONFIG_ZTEST=y
5+
CONFIG_SOF_BOOT_TEST=y
76

87
CONFIG_DAI_VERBOSE_GLITCH_WARNINGS=y
98

0 commit comments

Comments
 (0)