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 f3092b862d..34fb69149b 100644
--- a/bsps/powerpc/mpc8260ads/start/linkcmds
+++ b/bsps/powerpc/mpc8260ads/start/linkcmds
@@ -301,6 +301,10 @@ SECTIONS
clear_end = .;
+ .rtemsstack (NOLOAD) : {
+ *(SORT(.rtemsstack.*))
+ } >ram
+
WorkAreaBase = .;
/* Sections for compressed .text and .data */