diff --git a/configs/amber/hello/ld.script b/configs/amber/hello/ld.script index 1a44e69ddfe..4815e4ec00e 100644 --- a/configs/amber/hello/ld.script +++ b/configs/amber/hello/ld.script @@ -125,7 +125,7 @@ SECTIONS _etext = . ; } > flash - _eronly = ABSOLUTE(.); /* See below */ + _eronly = ABSOLUTE(.); .data : { diff --git a/configs/amber/ostest/ld.script b/configs/amber/ostest/ld.script index 6ea2c6c65f1..e228940de34 100644 --- a/configs/amber/ostest/ld.script +++ b/configs/amber/ostest/ld.script @@ -125,7 +125,7 @@ SECTIONS _etext = . ; } > flash - _eronly = ABSOLUTE(.); /* See below */ + _eronly = ABSOLUTE(.); .data : { diff --git a/configs/micropendous3/hello/ld.script b/configs/micropendous3/hello/ld.script index fe5341ac74a..72eb6f58594 100644 --- a/configs/micropendous3/hello/ld.script +++ b/configs/micropendous3/hello/ld.script @@ -125,7 +125,7 @@ SECTIONS _etext = . ; } > flash - _eronly = ABSOLUTE(.); /* See below */ + _eronly = ABSOLUTE(.); .data : { diff --git a/configs/micropendous3/ostest/ld.script b/configs/micropendous3/ostest/ld.script index 4f4611ed688..b2b154dfefa 100644 --- a/configs/micropendous3/ostest/ld.script +++ b/configs/micropendous3/ostest/ld.script @@ -125,7 +125,7 @@ SECTIONS _etext = . ; } > flash - _eronly = ABSOLUTE(.); /* See below */ + _eronly = ABSOLUTE(.); .data : {