Skip to content

Commit e55d5be

Browse files
committed
memory: apl: extend system heap
Extends system heap for core 0 to match other platforms. Needed as total size of objects allocated on system heap constantly changes and causes out of memory during slave core enablement. Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>
1 parent 9963357 commit e55d5be

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)