summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-15 23:54:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-15 23:54:25 +0000
commitc70a8e40fe9eed5b9c5460d1b4a4160f20d7e72c (patch)
tree4072756cd5eaa266c4ee4f6527a7a3369e5e3b69 /nuttx/configs
parentebcd165244ce88f7c34d483f0aee8acbfaad112f (diff)
downloadpx4-nuttx-c70a8e40fe9eed5b9c5460d1b4a4160f20d7e72c.tar.gz
px4-nuttx-c70a8e40fe9eed5b9c5460d1b4a4160f20d7e72c.tar.bz2
px4-nuttx-c70a8e40fe9eed5b9c5460d1b4a4160f20d7e72c.zip
Make room for the noinit section before the heap
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3710 42af7a65-404d-4744-a932-0658087f49c3
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 :
{