summaryrefslogtreecommitdiffstats
path: root/bsps/m68k/gen68360
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/m68k/gen68360')
-rw-r--r--bsps/m68k/gen68360/start/linkcmds4
-rw-r--r--bsps/m68k/gen68360/start/linkcmds.bootp4
-rw-r--r--bsps/m68k/gen68360/start/linkcmds.prom4
3 files changed, 12 insertions, 0 deletions
diff --git a/bsps/m68k/gen68360/start/linkcmds b/bsps/m68k/gen68360/start/linkcmds
index 0bbb3940e3..0bf9efa9ea 100644
--- a/bsps/m68k/gen68360/start/linkcmds
+++ b/bsps/m68k/gen68360/start/linkcmds
@@ -153,6 +153,10 @@ SECTIONS {
_clear_end = .;
} >ram
+ .noinit (NOLOAD) : {
+ *(.noinit*)
+ } > ram
+
.rtemsstack (NOLOAD) : {
*(SORT(.rtemsstack.*))
WorkAreaBase = .;
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 = .;
diff --git a/bsps/m68k/gen68360/start/linkcmds.prom b/bsps/m68k/gen68360/start/linkcmds.prom
index 64aad46cc7..da8acdf376 100644
--- a/bsps/m68k/gen68360/start/linkcmds.prom
+++ b/bsps/m68k/gen68360/start/linkcmds.prom
@@ -153,6 +153,10 @@ SECTIONS {
_clear_end = .;
} >ram
+ .noinit (NOLOAD) : {
+ *(.noinit*)
+ } > ram
+
.rtemsstack (NOLOAD) : {
*(SORT(.rtemsstack.*))
WorkAreaBase = .;