summaryrefslogtreecommitdiffstats
path: root/bsps/lm32/milkymist/start/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/lm32/milkymist/start/linkcmds')
-rw-r--r--bsps/lm32/milkymist/start/linkcmds4
1 files changed, 4 insertions, 0 deletions
diff --git a/bsps/lm32/milkymist/start/linkcmds b/bsps/lm32/milkymist/start/linkcmds
index c5ca1751cf..021814a7b5 100644
--- a/bsps/lm32/milkymist/start/linkcmds
+++ b/bsps/lm32/milkymist/start/linkcmds
@@ -251,6 +251,10 @@ SECTIONS
_clear_end = .;
} > sdram
+ .noinit (NOLOAD) : {
+ *(.noinit*)
+ } > sdram
+
.rtemsstack (NOLOAD) : {
*(SORT(.rtemsstack.*))
WorkAreaBase = .;