summaryrefslogtreecommitdiff
path: root/nuttx/configs/ne64badge/ostest/ld.script.banked
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/ne64badge/ostest/ld.script.banked')
-rwxr-xr-xnuttx/configs/ne64badge/ostest/ld.script.banked4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/ne64badge/ostest/ld.script.banked b/nuttx/configs/ne64badge/ostest/ld.script.banked
index a0e07cb65..ef0673aac 100755
--- a/nuttx/configs/ne64badge/ostest/ld.script.banked
+++ b/nuttx/configs/ne64badge/ostest/ld.script.banked
@@ -107,7 +107,7 @@ SECTIONS
_etext = ABSOLUTE(.);
} > hitext
- _eronly = ABSOLUTE(.); /* See below */
+ _eronly = ABSOLUTE(.);
.data : {
_sdata = ABSOLUTE(.);
@@ -121,7 +121,7 @@ SECTIONS
*(vectors)
} > vectors
- .bss : { /* BSS */
+ .bss : {
_sbss = ABSOLUTE(.);
*(.bss .bss.*)
*(.gnu.linkonce.b.*)