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