Skip to content

Commit 6327ed5

Browse files
committed
hsw: memory: Add 4k size to HSW/BDW system heap
Needs the extra space to complete booting. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
1 parent 85f399a commit 6327ed5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/platform/haswell/include/platform

src/platform/haswell/include/platform/memory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
#define SOF_DATA_SIZE 0xa000
111111

112112
#define HEAP_SYSTEM_BASE (DRAM0_BASE + SOF_DATA_SIZE)
113-
#define HEAP_SYSTEM_SIZE 0x2000
113+
#define HEAP_SYSTEM_SIZE 0x3000
114114

115115
#define HEAP_SYSTEM_0_BASE HEAP_SYSTEM_BASE
116116

0 commit comments

Comments
 (0)