summaryrefslogtreecommitdiffstats
path: root/bsps/sh/gensh2/start/linkcmds.rom
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/sh/gensh2/start/linkcmds.rom')
-rw-r--r--bsps/sh/gensh2/start/linkcmds.rom4
1 files changed, 4 insertions, 0 deletions
diff --git a/bsps/sh/gensh2/start/linkcmds.rom b/bsps/sh/gensh2/start/linkcmds.rom
index eb713244f4..6b2a760cfa 100644
--- a/bsps/sh/gensh2/start/linkcmds.rom
+++ b/bsps/sh/gensh2/start/linkcmds.rom
@@ -201,6 +201,10 @@ SECTIONS
_end = . ;
PROVIDE (end = .);
+ .noinit (NOLOAD) : {
+ *(.noinit*)
+ } > ram
+
.rtemsstackidle (NOLOAD) : {
*(SORT(.rtemsstack.idle*))
} > ram