Skip to content

Commit

Permalink
boards: ace30: enable SOF log level at INF level
Browse files Browse the repository at this point in the history
Re-enable normal INFO level log output for ace30_ptl target.
Move the limited log level setting to FPGA overlay.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
  • Loading branch information
kv2019i committed Sep 5, 2024
1 parent 56ca0e6 commit 0741e1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/boards/intel_adsp_ace30_ptl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ CONFIG_MM_DRV_INTEL_ADSP_TLB_REMAP_UNUSED_RAM=y
CONFIG_LOG_BACKEND_ADSP_MTRACE=y
CONFIG_SOF_LOG_LEVEL_INF=y

CONFIG_SOF_LOG_LEVEL_OFF=y
CONFIG_ZEPHYR_LOG=y
CONFIG_INTEL_ADSP_IPC=y

Expand Down
2 changes: 2 additions & 0 deletions app/overlays/ptl/fpga_overlay.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=19200000
CONFIG_DAI_DMIC_HW_IOCLK=19200000

# limit logs to minimize runtime overhead of logging
CONFIG_SOF_LOG_LEVEL_ERR=y

0 comments on commit 0741e1e

Please sign in to comment.