summaryrefslogtreecommitdiffstats
path: root/bsps/mips/csb350/start/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/mips/csb350/start/linkcmds')
-rw-r--r--bsps/mips/csb350/start/linkcmds9
1 files changed, 5 insertions, 4 deletions
diff --git a/bsps/mips/csb350/start/linkcmds b/bsps/mips/csb350/start/linkcmds
index b11b73bf42..d9d2d1c815 100644
--- a/bsps/mips/csb350/start/linkcmds
+++ b/bsps/mips/csb350/start/linkcmds
@@ -194,11 +194,12 @@ SECTIONS
_clear_end = .;
end = .;
_end = .;
- . = ALIGN (1024);
- WorkAreaBase = .;
-
- } >ram
+ } >ram
+ .rtemsstack (NOLOAD) : {
+ *(SORT(.rtemsstack.*))
+ WorkAreaBase = .;
+ } >ram
/*
** DWARF debug sections.