summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/bspstart.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/shared/bspstart.c')
-rw-r--r--c/src/lib/libbsp/shared/bspstart.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/c/src/lib/libbsp/shared/bspstart.c b/c/src/lib/libbsp/shared/bspstart.c
deleted file mode 100644
index 2bc1526bfc..0000000000
--- a/c/src/lib/libbsp/shared/bspstart.c
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * COPYRIGHT (c) 1989-2008.
- * 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>
-#include <bsp/bootcard.h>
-
-/*
- * This routine would usually do the bulk of the system initialization.
- * But if a BSP doesn't need to do anything, it can use this version.
- */
-
-void bsp_start( void )
-{
-}