memory: apollolake: enlarge the heap runtime size

Increase the count of the 64 Bytes block to 160 to address the heap
runtime memory used up issue.

Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
This commit is contained in:
Keyon Jie 2021-06-02 17:06:10 +08:00 committed by Liam Girdwood
parent 19117f620e
commit c979ecbc8d
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@
#define HEAP_SYS_RT_X_COUNT1024 4
/* Heap section sizes for module pool */
#define HEAP_RT_COUNT64 128
#define HEAP_RT_COUNT64 160
#define HEAP_RT_COUNT128 64
#define HEAP_RT_COUNT256 128
#define HEAP_RT_COUNT512 8