summaryrefslogtreecommitdiffstats
path: root/bsps/sh
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-23 12:09:58 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-23 15:18:45 +0200
commitb4de37fd4c209c550cb4705771bbe844c66a17a0 (patch)
treef5fb9360eba6aad87d4e14508447956647f84f4a /bsps/sh
parentbsps: Move GDB stubs to bsps (diff)
downloadrtems-b4de37fd4c209c550cb4705771bbe844c66a17a0.tar.bz2
bsps/sh: Move bsphwinit.c to bsps
This patch is a part of the BSP source reorganization. Update #3285.
Diffstat (limited to 'bsps/sh')
-rw-r--r--bsps/sh/shared/start/bsphwinit.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/bsps/sh/shared/start/bsphwinit.c b/bsps/sh/shared/start/bsphwinit.c
new file mode 100644
index 0000000000..2e9bd2eacd
--- /dev/null
+++ b/bsps/sh/shared/start/bsphwinit.c
@@ -0,0 +1,18 @@
+/*
+ * This is a dummy bsp_hw_init routine.
+ */
+
+/*
+ * COPYRIGHT (c) 1989-2014.
+ * On-Line Applications Research Corporation (OAR).
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.org/license/LICENSE.
+ */
+
+#include <bsp.h>
+
+void bsp_hw_init( void )
+{
+}