Skip to content

Commit 517190e

Browse files
committed
app: os_linux_overlay: use Linux log format by default
Add CONFIG_LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP=y to the Linux overlay. This aligns the timestamp format between SOF firmware and host Linux kernel logs. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent e19293c commit 517190e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/os_linux_overlay.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
# SOF Linux driver does not require FW to retain its
77
# state, so context save can be disabled
88
CONFIG_ADSP_IMR_CONTEXT_SAVE=n
9+
CONFIG_LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP=y
910
CONFIG_SOF_USERSPACE_PROXY=n

0 commit comments

Comments
 (0)