summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/gen5200/start/linkcmds.gen5200_base
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/gen5200/start/linkcmds.gen5200_base')
-rw-r--r--bsps/powerpc/gen5200/start/linkcmds.gen5200_base4
1 files changed, 4 insertions, 0 deletions
diff --git a/bsps/powerpc/gen5200/start/linkcmds.gen5200_base b/bsps/powerpc/gen5200/start/linkcmds.gen5200_base
index b52943bb39..bfa38939b8 100644
--- a/bsps/powerpc/gen5200/start/linkcmds.gen5200_base
+++ b/bsps/powerpc/gen5200/start/linkcmds.gen5200_base
@@ -295,6 +295,10 @@ SECTIONS {
bsp_section_data_size = bsp_section_data_end - bsp_section_data_start;
bsp_section_bss_size = bsp_section_bss_end - bsp_section_bss_start;
+ .noinit (NOLOAD) : {
+ *(.noinit*)
+ } > RAM
+
.rtemsstack (NOLOAD) : {
*(SORT(.rtemsstack.*))
} > RAM