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