summaryrefslogtreecommitdiffstats
path: root/bsps/mips/csb350/start/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/mips/csb350/start/linkcmds')
-rw-r--r--bsps/mips/csb350/start/linkcmds4
1 files changed, 4 insertions, 0 deletions
diff --git a/bsps/mips/csb350/start/linkcmds b/bsps/mips/csb350/start/linkcmds
index 874cc52d8e..56748b48fa 100644
--- a/bsps/mips/csb350/start/linkcmds
+++ b/bsps/mips/csb350/start/linkcmds
@@ -192,6 +192,10 @@ SECTIONS
_end = .;
} >ram
+ .noinit (NOLOAD) : {
+ *(.noinit*)
+ } >ram
+
.rtemsstack (NOLOAD) : {
*(SORT(.rtemsstack.*))
WorkAreaBase = .;