summaryrefslogtreecommitdiffstats
path: root/bsps/m68k/gen68360/start/linkcmds.bootp
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/m68k/gen68360/start/linkcmds.bootp')
-rw-r--r--bsps/m68k/gen68360/start/linkcmds.bootp4
1 files changed, 4 insertions, 0 deletions
diff --git a/bsps/m68k/gen68360/start/linkcmds.bootp b/bsps/m68k/gen68360/start/linkcmds.bootp
index 2c1814aa5d..422396f766 100644
--- a/bsps/m68k/gen68360/start/linkcmds.bootp
+++ b/bsps/m68k/gen68360/start/linkcmds.bootp
@@ -155,6 +155,10 @@ SECTIONS {
_clear_end = .;
} >myram
+ .noinit (NOLOAD) : {
+ *(.noinit*)
+ } >mvram
+
.rtemsstack (NOLOAD) : {
*(SORT(.rtemsstack.*))
WorkAreaBase = .;