Increase HEAP_SYSTEM_SIZE for DMA trace local buffer.

After enable DMA trace on APL, original HEAP_SYSTEM_SIZE is not
enough and will cause allocation failure.

Signed-off-by: Yan Wang <yan.wang@linux.intel.com>
This commit is contained in:
Yan Wang 2018-03-16 15:07:05 +08:00 committed by Liam Girdwood
parent 2a0bf7ddfa
commit 18f0a7c8c4
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@
#define HEAP_SYSTEM_BASE \
(REEF_TEXT_BASE + REEF_TEXT_SIZE +\
REEF_DATA_SIZE + REEF_BSS_DATA_SIZE)
#define HEAP_SYSTEM_SIZE 0x2000
#define HEAP_SYSTEM_SIZE 0x3200
#define HEAP_RUNTIME_BASE (HEAP_SYSTEM_BASE + HEAP_SYSTEM_SIZE)
#define HEAP_RUNTIME_SIZE \