Skip to content

Commit

Permalink
soc: intel_s1000: add _heap_sentry to linker script
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
dcpleung authored and galak committed Nov 13, 2019
1 parent 46b9b15 commit c6f4a97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions soc/xtensa/intel_s1000/linker.ld
Original file line number Diff line number Diff line change
Expand Up @@ -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) }
Expand Down

0 comments on commit c6f4a97

Please sign in to comment.