summaryrefslogtreecommitdiffstats
path: root/bsps/bfin/bf537Stamp/start/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/bfin/bf537Stamp/start/linkcmds')
-rw-r--r--bsps/bfin/bf537Stamp/start/linkcmds8
1 files changed, 6 insertions, 2 deletions
diff --git a/bsps/bfin/bf537Stamp/start/linkcmds b/bsps/bfin/bf537Stamp/start/linkcmds
index 47888ff798..c9925525c9 100644
--- a/bsps/bfin/bf537Stamp/start/linkcmds
+++ b/bsps/bfin/bf537Stamp/start/linkcmds
@@ -134,11 +134,15 @@ SECTIONS
_stack_init = .;
. += _StackSize;
_clear_end = .;
- _WorkAreaBase = .;
_end = .;
__end = .;
} > sdram
-
+
+ .rtemsstack (NOLOAD) : {
+ *(SORT(.rtemsstack.*))
+ _WorkAreaBase = .;
+ } > sdram
+
/* Debugging stuff follows */
/* Stabs debugging sections. */