summaryrefslogtreecommitdiffstats
path: root/bsps/m68k/mcf5235/start/linkcmdsram
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/m68k/mcf5235/start/linkcmdsram')
-rw-r--r--bsps/m68k/mcf5235/start/linkcmdsram4
1 files changed, 4 insertions, 0 deletions
diff --git a/bsps/m68k/mcf5235/start/linkcmdsram b/bsps/m68k/mcf5235/start/linkcmdsram
index ae15b92067..25e0f9b093 100644
--- a/bsps/m68k/mcf5235/start/linkcmdsram
+++ b/bsps/m68k/mcf5235/start/linkcmdsram
@@ -190,6 +190,10 @@ SECTIONS
_clear_end = .;
} >ram
+ .noinit (NOLOAD) : {
+ *(.noinit*)
+ } > ram
+
.rtemsstack (NOLOAD) : {
*(SORT(.rtemsstack.*))
WorkAreaBase = .;