summaryrefslogtreecommitdiff
path: root/bsps/arm/gdbarmsim/start/bspstart.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2020-03-19 15:55:26 -0500
committerJoel Sherrill <joel@rtems.org>2020-03-19 15:55:26 -0500
commit37e7cc5f4ce7ed46b5ea2de56d9066d121d851cb (patch)
treed6607f7a5269ffd32343cff065e3f8dd40d97bcc /bsps/arm/gdbarmsim/start/bspstart.c
parentab42b3e1002306ed343adc47c460788ed31df66f (diff)
gdbarmsim: Remove
Closes #3611.
Diffstat (limited to '')
-rw-r--r--bsps/arm/gdbarmsim/start/bspstart.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/bsps/arm/gdbarmsim/start/bspstart.c b/bsps/arm/gdbarmsim/start/bspstart.c
deleted file mode 100644
index de3126499d..0000000000
--- a/bsps/arm/gdbarmsim/start/bspstart.c
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * COPYRIGHT (c) 1989-2009.
- * 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>
-
-void initialise_monitor_handles(void);
-
-/*
- * 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 )
-{
- initialise_monitor_handles(void);
-}