summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/amber/hello/ld.script2
-rw-r--r--nuttx/configs/amber/ostest/ld.script2
-rw-r--r--nuttx/configs/micropendous3/hello/ld.script2
-rw-r--r--nuttx/configs/micropendous3/ostest/ld.script2
4 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/configs/amber/hello/ld.script b/nuttx/configs/amber/hello/ld.script
index 1a44e69dd..4815e4ec0 100644
--- a/nuttx/configs/amber/hello/ld.script
+++ b/nuttx/configs/amber/hello/ld.script
@@ -125,7 +125,7 @@ SECTIONS
_etext = . ;
} > flash
- _eronly = ABSOLUTE(.); /* See below */
+ _eronly = ABSOLUTE(.);
.data :
{
diff --git a/nuttx/configs/amber/ostest/ld.script b/nuttx/configs/amber/ostest/ld.script
index 6ea2c6c65..e228940de 100644
--- a/nuttx/configs/amber/ostest/ld.script
+++ b/nuttx/configs/amber/ostest/ld.script
@@ -125,7 +125,7 @@ SECTIONS
_etext = . ;
} > flash
- _eronly = ABSOLUTE(.); /* See below */
+ _eronly = ABSOLUTE(.);
.data :
{
diff --git a/nuttx/configs/micropendous3/hello/ld.script b/nuttx/configs/micropendous3/hello/ld.script
index fe5341ac7..72eb6f585 100644
--- a/nuttx/configs/micropendous3/hello/ld.script
+++ b/nuttx/configs/micropendous3/hello/ld.script
@@ -125,7 +125,7 @@ SECTIONS
_etext = . ;
} > flash
- _eronly = ABSOLUTE(.); /* See below */
+ _eronly = ABSOLUTE(.);
.data :
{
diff --git a/nuttx/configs/micropendous3/ostest/ld.script b/nuttx/configs/micropendous3/ostest/ld.script
index 4f4611ed6..b2b154dfe 100644
--- a/nuttx/configs/micropendous3/ostest/ld.script
+++ b/nuttx/configs/micropendous3/ostest/ld.script
@@ -125,7 +125,7 @@ SECTIONS
_etext = . ;
} > flash
- _eronly = ABSOLUTE(.); /* See below */
+ _eronly = ABSOLUTE(.);
.data :
{