summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/haleakala/start/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/haleakala/start/linkcmds')
-rw-r--r--bsps/powerpc/haleakala/start/linkcmds4
1 files changed, 4 insertions, 0 deletions
diff --git a/bsps/powerpc/haleakala/start/linkcmds b/bsps/powerpc/haleakala/start/linkcmds
index 7a5236d961..dc5a198b00 100644
--- a/bsps/powerpc/haleakala/start/linkcmds
+++ b/bsps/powerpc/haleakala/start/linkcmds
@@ -250,6 +250,10 @@ SECTIONS
bss.size = bss.end - bss.start;
sbss.size = sbss.end - sbss.start;
+ .noinit (NOLOAD) : {
+ *(.noinit*)
+ } >RAM
+
.rtemsstack (NOLOAD) : {
*(SORT(.rtemsstack.*))
} >RAM