common.template.ld: remove unneeded line

This commit is contained in:
Jeff Epler 2020-09-21 15:49:51 -05:00
parent fd9df164c0
commit 4e4853dcb2

View File

@ -60,7 +60,6 @@ SECTIONS
{
. = ALIGN(4);
_srelocate = .; /* create a global symbol at data start; used by startup code in order to initialize the .data section in RAM */
. = ALIGN(4);
*(.ramfunc)
*(.ramfunc*)
*(.data) /* .data sections */