alloc: change heap order for broadwell

Changes heap order in linker script for broadwell.
This commit is contained in:
Tomasz Lauda 2018-12-11 09:14:06 +01:00 committed by Liam Girdwood
parent 34ade317a2
commit 60b0622e0a
1 changed files with 1 additions and 1 deletions

View File

@ -135,8 +135,8 @@ PHDRS
sof_data_phdr PT_LOAD;
sof_data_bss_phdr PT_LOAD;
system_heap_phdr PT_LOAD;
runtime_heap_phdr PT_LOAD;
system_runtime_heap_phdr PT_LOAD;
runtime_heap_phdr PT_LOAD;
buffer_heap_phdr PT_LOAD;
sof_stack_phdr PT_LOAD;
static_log_entries_phdr PT_NOTE;