summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mrm332/startup/bsppredriverhook.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/m68k/mrm332/startup/bsppredriverhook.c')
-rw-r--r--c/src/lib/libbsp/m68k/mrm332/startup/bsppredriverhook.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/c/src/lib/libbsp/m68k/mrm332/startup/bsppredriverhook.c b/c/src/lib/libbsp/m68k/mrm332/startup/bsppredriverhook.c
deleted file mode 100644
index 004a7052e0..0000000000
--- a/c/src/lib/libbsp/m68k/mrm332/startup/bsppredriverhook.c
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * 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>
-#include <bsp/bootcard.h>
-
-extern void Spurious_Initialize(void);
-
-/*
- * Call Spurious_Initialize in bsp_predriver_hook because
- * bsp_predriver_hook is call after the _ISR_Vector_Table allocation
- */
-void bsp_predriver_hook(void)
-{
- Spurious_Initialize();
-}