summaryrefslogtreecommitdiffstats
path: root/bsps/sh/gensh1
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/sh/gensh1')
-rw-r--r--bsps/sh/gensh1/console/scitab.c2
-rw-r--r--bsps/sh/gensh1/start/linkcmds12
2 files changed, 7 insertions, 7 deletions
diff --git a/bsps/sh/gensh1/console/scitab.c b/bsps/sh/gensh1/console/scitab.c
index caffa4f022..2dd36d55da 100644
--- a/bsps/sh/gensh1/console/scitab.c
+++ b/bsps/sh/gensh1/console/scitab.c
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/*
- * Copyright (c) 2018 embedded brains GmbH. All rights reserved.
+ * Copyright (c) 2018 embedded brains GmbH & Co. KG
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/bsps/sh/gensh1/start/linkcmds b/bsps/sh/gensh1/start/linkcmds
index d76f52ed61..b47eedaadf 100644
--- a/bsps/sh/gensh1/start/linkcmds
+++ b/bsps/sh/gensh1/start/linkcmds
@@ -191,15 +191,15 @@ SECTIONS
*(SORT_BY_NAME (SORT_BY_ALIGNMENT (.noinit*)))
} > ram
- .rtemsstackidle (NOLOAD) : {
- *(SORT(.rtemsstack.idle*))
- } > ram
-
- _WorkAreaBase = . ;
+ .rtemsstackinterrupt (NOLOAD) : {
+ *(.rtemsstack.interrupt)
+ } > onchip_ram
.rtemsstack (NOLOAD) : {
*(SORT(.rtemsstack.*))
- } > onchip_ram
+ } > ram
+
+ _WorkAreaBase = . ;
/* Stabs debugging sections. */
.stab 0 : { *(.stab) }