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