summaryrefslogtreecommitdiffstats
path: root/bsps/mips/jmr3904/start/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/mips/jmr3904/start/linkcmds')
-rw-r--r--bsps/mips/jmr3904/start/linkcmds4
1 files changed, 4 insertions, 0 deletions
diff --git a/bsps/mips/jmr3904/start/linkcmds b/bsps/mips/jmr3904/start/linkcmds
index f81dd1be04..2ded55b786 100644
--- a/bsps/mips/jmr3904/start/linkcmds
+++ b/bsps/mips/jmr3904/start/linkcmds
@@ -167,6 +167,10 @@ SECTIONS
_clear_end = .;
}
+ .noinit (NOLOAD) : {
+ *(.noinit*)
+ }
+
.rtemsstack (NOLOAD) : {
*(SORT(.rtemsstack.*))
WorkAreaBase = .;