summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/pcblogic-pic32mx/ostest/ld.script2
-rw-r--r--nuttx/configs/pic32-starterkit/ostest/ld.script2
-rw-r--r--nuttx/configs/sure-pic32mx/ostest/ld.script2
3 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/pcblogic-pic32mx/ostest/ld.script b/nuttx/configs/pcblogic-pic32mx/ostest/ld.script
index 25df40f0a..79bd3783b 100644
--- a/nuttx/configs/pcblogic-pic32mx/ostest/ld.script
+++ b/nuttx/configs/pcblogic-pic32mx/ostest/ld.script
@@ -191,7 +191,7 @@ SECTIONS
*/
/* This causes failures if there are no RAM functions
- .ramfunc /* ALIGN(2K) */ :
+ .ramfunc :
{
_sramfunc = ABSOLUTE(.);
*(.ramfunc .ramfunc.*)
diff --git a/nuttx/configs/pic32-starterkit/ostest/ld.script b/nuttx/configs/pic32-starterkit/ostest/ld.script
index 9bdd45175..4f6b00cd4 100644
--- a/nuttx/configs/pic32-starterkit/ostest/ld.script
+++ b/nuttx/configs/pic32-starterkit/ostest/ld.script
@@ -191,7 +191,7 @@ SECTIONS
*/
/* This causes failures if there are no RAM functions
- .ramfunc /* ALIGN(2K) */ :
+ .ramfunc :
{
_sramfunc = ABSOLUTE(.);
*(.ramfunc .ramfunc.*)
diff --git a/nuttx/configs/sure-pic32mx/ostest/ld.script b/nuttx/configs/sure-pic32mx/ostest/ld.script
index 2da162586..e15af9f6c 100644
--- a/nuttx/configs/sure-pic32mx/ostest/ld.script
+++ b/nuttx/configs/sure-pic32mx/ostest/ld.script
@@ -191,7 +191,7 @@ SECTIONS
*/
/* This causes failures if there are no RAM functions
- .ramfunc /* ALIGN(2K) */ :
+ .ramfunc :
{
_sramfunc = ABSOLUTE(.);
*(.ramfunc .ramfunc.*)