summaryrefslogtreecommitdiffstats
path: root/bsps/m68k/mcf5329/start/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/m68k/mcf5329/start/linkcmds')
-rw-r--r--bsps/m68k/mcf5329/start/linkcmds4
1 files changed, 4 insertions, 0 deletions
diff --git a/bsps/m68k/mcf5329/start/linkcmds b/bsps/m68k/mcf5329/start/linkcmds
index 54fa5b34bb..8b017c06a8 100644
--- a/bsps/m68k/mcf5329/start/linkcmds
+++ b/bsps/m68k/mcf5329/start/linkcmds
@@ -179,6 +179,10 @@ SECTIONS
. = ALIGN (16);
PROVIDE (_end = .);
_clear_end = .;
+ } > dram
+
+ .noinit (NOLOAD) : {
+ *(.noinit*)
WorkAreaBase = .;
} > dram