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:
parent
5a10f27f13
commit
be2a5824f3
10 changed files with 135 additions and 270 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue