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

The relevant common.ld file should now be included explicitly by a
particular board.
pull/3693/head
Damien George 2018-03-28 13:20:07 +11:00
rodzic 4d409b8e32
commit b121c9515d
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

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