summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/shared/bsphwinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/sh/shared/bsphwinit.c')
-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 )
-{
-}