soc/intel_adsp: Unify trace backends

This platform had separate backends for the log subsystem and printk
handler, which was silly.  Unify them to use the same backend so they
don't clobber each other.

This patch appears to be a lot of lines, but it's really mostly code
motion and renaming.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
This commit is contained in:
Andy Ross 2020-10-29 13:07:50 -07:00 committed by Andrew Boie
commit be2a5824f3
10 changed files with 135 additions and 270 deletions

View file

@ -51,15 +51,9 @@ if LOG
config LOG_PRINTK
default y
config LOG_BACKEND_RB
config LOG_BACKEND_ADSP
default y
config LOG_BACKEND_RB_MEM_BASE
default 0xBE000000
config LOG_BACKEND_RB_MEM_SIZE
default 8192
endif # LOG
if SMP