summaryrefslogtreecommitdiffstats
path: root/bsps/m68k/mcf5225x/start/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/m68k/mcf5225x/start/linkcmds')
-rw-r--r--bsps/m68k/mcf5225x/start/linkcmds4
1 files changed, 4 insertions, 0 deletions
diff --git a/bsps/m68k/mcf5225x/start/linkcmds b/bsps/m68k/mcf5225x/start/linkcmds
index 81d2058872..a2ad1ec047 100644
--- a/bsps/m68k/mcf5225x/start/linkcmds
+++ b/bsps/m68k/mcf5225x/start/linkcmds
@@ -179,6 +179,10 @@ SECTIONS
. += _StackSize;
. = ALIGN (16);
PROVIDE(_StackInit = .);
+ } >sram
+
+ .rtemsstack (NOLOAD) : {
+ *(SORT(.rtemsstack.*))
PROVIDE(WorkAreaBase = .);
} >sram