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