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