We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a12fb9 + e55d5be commit 3ae5e63Copy full SHA for 3ae5e63
1 file changed
src/platform/apollolake/include/platform/memory.h
@@ -143,7 +143,7 @@
143
#define HEAP_SYSTEM_0_BASE \
144
(SOF_TEXT_BASE + SOF_TEXT_SIZE +\
145
SOF_DATA_SIZE + SOF_BSS_DATA_SIZE)
146
-#define HEAP_SYSTEM_0_SIZE 0xa000
+#define HEAP_SYSTEM_0_SIZE 0xe000
147
148
#define HEAP_SYSTEM_1_BASE (HEAP_SYSTEM_0_BASE + HEAP_SYSTEM_0_SIZE)
149
#define HEAP_SYSTEM_1_SIZE 0x1000
0 commit comments