summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mvme136/startup
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-07 17:29:29 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-09 10:11:56 -0500
commit754f51b6c313f3a4d19b8a2162fb3bf526f82508 (patch)
tree04ec9343d7c4b8322cf8391e5812f6eba829d870 /c/src/lib/libbsp/m68k/mvme136/startup
parentm68k/mcf5329/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warni... (diff)
downloadrtems-754f51b6c313f3a4d19b8a2162fb3bf526f82508.tar.bz2
m68k/mvme136/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warning and clean up
Diffstat (limited to 'c/src/lib/libbsp/m68k/mvme136/startup')
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/startup/bspstart.c15
1 files changed, 5 insertions, 10 deletions
diff --git a/c/src/lib/libbsp/m68k/mvme136/startup/bspstart.c b/c/src/lib/libbsp/m68k/mvme136/startup/bspstart.c
index 0d784520b3..04d073d045 100644
--- a/c/src/lib/libbsp/m68k/mvme136/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/mvme136/startup/bspstart.c
@@ -1,9 +1,8 @@
/*
- * This routine starts the application. It includes application,
- * board, and monitor specific initialization and configuration.
- * The generic CPU dependent initialization has been performed
- * before this routine is invoked.
- *
+ * This routine does the bulk of the system initialization.
+ */
+
+/*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
@@ -13,13 +12,9 @@
*/
#include <bsp.h>
+#include <bsp/bootcard.h>
#include <rtems/zilog/z8036.h>
-/*
- * bsp_start
- *
- * This routine does the bulk of the system initialization.
- */
void bsp_start( void )
{
rtems_isr_entry *monitors_vector_table;