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