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:
Daniel Leung 2019-08-29 12:13:00 -07:00 committed by Kumar Gala
commit c6f4a970f1

View file

@ -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) }