summaryrefslogtreecommitdiffstats
path: root/bsps/m68k/uC5282/start/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/m68k/uC5282/start/linkcmds')
-rw-r--r--bsps/m68k/uC5282/start/linkcmds4
1 files changed, 4 insertions, 0 deletions
diff --git a/bsps/m68k/uC5282/start/linkcmds b/bsps/m68k/uC5282/start/linkcmds
index a3b84294e3..9636fc28ca 100644
--- a/bsps/m68k/uC5282/start/linkcmds
+++ b/bsps/m68k/uC5282/start/linkcmds
@@ -196,6 +196,10 @@ SECTIONS
. = ALIGN (16);
PROVIDE (end = .);
_clear_end = .;
+ } >ram
+
+ .rtemsstack (NOLOAD) : {
+ *(SORT(.rtemsstack.*))
WorkAreaBase = .;
} >ram