summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/mpc8260ads/start/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/mpc8260ads/start/linkcmds')
-rw-r--r--bsps/powerpc/mpc8260ads/start/linkcmds4
1 files changed, 4 insertions, 0 deletions
diff --git a/bsps/powerpc/mpc8260ads/start/linkcmds b/bsps/powerpc/mpc8260ads/start/linkcmds
index a6b455cb8b..024fc34edc 100644
--- a/bsps/powerpc/mpc8260ads/start/linkcmds
+++ b/bsps/powerpc/mpc8260ads/start/linkcmds
@@ -289,6 +289,10 @@ SECTIONS
clear_end = .;
+ .noinit (NOLOAD) : {
+ *(.noinit*)
+ } >ram
+
.rtemsstack (NOLOAD) : {
*(SORT(.rtemsstack.*))
} >ram