soc: intel_adsp: set trace size to non-zero
Looks like those two SoCs still had old header information depending on Kconfig from SOF, remove those and set trace size directly. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
fa6ac271ec
commit
f336a8ea1b
2 changed files with 0 additions and 8 deletions
|
@ -194,11 +194,7 @@
|
|||
|
||||
/* window 3 */
|
||||
#define SRAM_TRACE_BASE (SRAM_STREAM_BASE + SRAM_STREAM_SIZE)
|
||||
#if CONFIG_TRACE
|
||||
#define SRAM_TRACE_SIZE 0x2000
|
||||
#else
|
||||
#define SRAM_TRACE_SIZE 0x0
|
||||
#endif
|
||||
|
||||
#define HP_SRAM_WIN3_BASE SRAM_TRACE_BASE
|
||||
#define HP_SRAM_WIN3_SIZE SRAM_TRACE_SIZE
|
||||
|
|
|
@ -195,11 +195,7 @@
|
|||
|
||||
/* window 3 */
|
||||
#define SRAM_TRACE_BASE (SRAM_STREAM_BASE + SRAM_STREAM_SIZE)
|
||||
#if CONFIG_TRACE
|
||||
#define SRAM_TRACE_SIZE 0x2000
|
||||
#else
|
||||
#define SRAM_TRACE_SIZE 0x0
|
||||
#endif
|
||||
|
||||
#define HP_SRAM_WIN3_BASE SRAM_TRACE_BASE
|
||||
#define HP_SRAM_WIN3_SIZE SRAM_TRACE_SIZE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue