Skip to content

Commit 3ae5e63

Browse files
authored
Merge pull request #438 from tlauda/topic/apl-extend-system-heap
memory: apl: extend system heap
2 parents 6a12fb9 + e55d5be commit 3ae5e63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/platform/apollolake/include/platform

src/platform/apollolake/include/platform/memory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
#define HEAP_SYSTEM_0_BASE \
144144
(SOF_TEXT_BASE + SOF_TEXT_SIZE +\
145145
SOF_DATA_SIZE + SOF_BSS_DATA_SIZE)
146-
#define HEAP_SYSTEM_0_SIZE 0xa000
146+
#define HEAP_SYSTEM_0_SIZE 0xe000
147147

148148
#define HEAP_SYSTEM_1_BASE (HEAP_SYSTEM_0_BASE + HEAP_SYSTEM_0_SIZE)
149149
#define HEAP_SYSTEM_1_SIZE 0x1000

0 commit comments

Comments
 (0)