summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/shared
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 /c/src/lib/libbsp/sh/shared
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 'c/src/lib/libbsp/sh/shared')
-rw-r--r--c/src/lib/libbsp/sh/shared/bsphwinit.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/c/src/lib/libbsp/sh/shared/bsphwinit.c b/c/src/lib/libbsp/sh/shared/bsphwinit.c
deleted file mode 100644
index 2e9bd2eacd..0000000000
--- a/c/src/lib/libbsp/sh/shared/bsphwinit.c
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * 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 )
-{
-}