Skip to content

Commit 4f736ca

Browse files
committed
common.template.ld: remove unneeded line
1 parent 8a99d61 commit 4f736ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ports/atmel-samd/boards/common.template.ld

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ SECTIONS
6060
{
6161
. = ALIGN(4);
6262
_srelocate = .; /* create a global symbol at data start; used by startup code in order to initialize the .data section in RAM */
63-
. = ALIGN(4);
6463
*(.ramfunc)
6564
*(.ramfunc*)
6665
*(.data) /* .data sections */

0 commit comments

Comments
 (0)