soc: intel_s1000: add _heap_sentry to linker script
Newlib requires a _heap_sentry so we add it to the linker script, similar to what other xtensa linker scripts. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
46b9b15c6d
commit
c6f4a970f1
1 changed files with 1 additions and 0 deletions
|
@ -442,6 +442,7 @@ SECTIONS
|
|||
*(.dma_buffers)
|
||||
_dma_buf_end = ABSOLUTE(.);
|
||||
} >LPRAM_REGION
|
||||
_heap_sentry = DT_L2_SRAM_BASE + DT_L2_SRAM_SIZE;
|
||||
.comment 0 : { *(.comment) }
|
||||
.debug 0 : { *(.debug) }
|
||||
.line 0 : { *(.line) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue