diff --git a/configs/eagle100/ostest/ld.script b/configs/eagle100/ostest/ld.script index b905a1054b1..4a2bd8cb191 100644 --- a/configs/eagle100/ostest/ld.script +++ b/configs/eagle100/ostest/ld.script @@ -60,7 +60,7 @@ SECTIONS /* The LM3S6918 has 64Kb of SRAM beginning at the following address */ - . = 0x20000000 + . = 0x20000000; .data : { _sdata = ABSOLUTE(.); *(.data)