mirror of https://github.com/thesofproject/sof.git
Merge pull request #549 from libinyang/increase_apl_runtime_memory
memory: apl: increase HEAP_RT_COUNT256 size
This commit is contained in:
commit
868feb6f78
|
@ -135,7 +135,7 @@
|
|||
/* Heap section sizes for module pool */
|
||||
#define HEAP_RT_COUNT64 256
|
||||
#define HEAP_RT_COUNT128 32
|
||||
#define HEAP_RT_COUNT256 64
|
||||
#define HEAP_RT_COUNT256 80
|
||||
#define HEAP_RT_COUNT512 32
|
||||
#define HEAP_RT_COUNT1024 4
|
||||
|
||||
|
|
Loading…
Reference in New Issue