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