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