stm32/boards/stm32h743.ld: Remove include of common.ld.

The relevant common.ld file should now be included explicitly by a
particular board.
This commit is contained in:
Damien George 2018-03-28 13:20:07 +11:00
parent 4d409b8e32
commit b121c9515d
1 changed files with 0 additions and 3 deletions

View File

@ -22,9 +22,6 @@ _minimum_heap_size = 16K;
aligned for a call. */ aligned for a call. */
_estack = ORIGIN(RAM) + LENGTH(RAM); _estack = ORIGIN(RAM) + LENGTH(RAM);
/* define common sections and symbols */
INCLUDE common.ld
/* RAM extents for the garbage collector */ /* RAM extents for the garbage collector */
_ram_start = ORIGIN(RAM); _ram_start = ORIGIN(RAM);
_ram_end = ORIGIN(RAM) + LENGTH(RAM); _ram_end = ORIGIN(RAM) + LENGTH(RAM);