icl: memory: increase heap buffer size

Increases heap buffer size on ICL platform to have
sufficient space for KPB allocation.

Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>
This commit is contained in:
Tomasz Lauda 2020-03-17 13:31:13 +01:00 committed by Tomasz Lauda
parent e34a64d16a
commit f8932f6fd9
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@
HEAP_RT_COUNT1024 * 1024 + HEAP_RT_COUNT2048 * 2048 + \
HEAP_RT_COUNT4096 * 4096)
#define HEAP_BUFFER_SIZE 0x40000
#define HEAP_BUFFER_SIZE 0x50000
#define HEAP_BUFFER_BLOCK_SIZE 0x180
#define HEAP_BUFFER_COUNT (HEAP_BUFFER_SIZE / HEAP_BUFFER_BLOCK_SIZE)