mirror of https://github.com/thesofproject/sof.git
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:
parent
e34a64d16a
commit
f8932f6fd9
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue