summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/virtex4/start/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/virtex4/start/linkcmds')
-rw-r--r--bsps/powerpc/virtex4/start/linkcmds4
1 files changed, 4 insertions, 0 deletions
diff --git a/bsps/powerpc/virtex4/start/linkcmds b/bsps/powerpc/virtex4/start/linkcmds
index cb867da2e6..ff61396710 100644
--- a/bsps/powerpc/virtex4/start/linkcmds
+++ b/bsps/powerpc/virtex4/start/linkcmds
@@ -252,6 +252,10 @@ SECTIONS
. = ALIGN(0x10); /* Align to a cache-line boundary */
PROVIDE(__bsp_ram_start = .);
+ .noinit (NOLOAD) : {
+ *(.noinit*)
+ } >RAM
+
.rtemsstack (NOLOAD) : {
*(SORT(.rtemsstack.*))
} >RAM