summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/uC5282
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-07 17:31:19 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-09 10:11:56 -0500
commit253f5ec389e14ce97a09aafae4c7eab9acc8d737 (patch)
tree314d8ac27fd6a61b752cbee2775c2892a4d8a766 /c/src/lib/libbsp/m68k/uC5282
parentm68k/mvme162/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warni... (diff)
downloadrtems-253f5ec389e14ce97a09aafae4c7eab9acc8d737.tar.bz2
m68k/uC5282/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warning and clean up
Diffstat (limited to 'c/src/lib/libbsp/m68k/uC5282')
-rw-r--r--c/src/lib/libbsp/m68k/uC5282/startup/bspstart.c17
1 files changed, 5 insertions, 12 deletions
diff --git a/c/src/lib/libbsp/m68k/uC5282/startup/bspstart.c b/c/src/lib/libbsp/m68k/uC5282/startup/bspstart.c
index 15c9277e35..8623056622 100644
--- a/c/src/lib/libbsp/m68k/uC5282/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/uC5282/startup/bspstart.c
@@ -1,11 +1,8 @@
/*
- * BSP startup
- *
- * 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 initialisation.
+ */
+
+/*
* Author: W. Eric Norum <norume@aps.anl.gov>
*
* COPYRIGHT (c) 2005.
@@ -17,6 +14,7 @@
*/
#include <bsp.h>
+#include <bsp/bootcard.h>
#include <rtems/error.h>
#include <errno.h>
#include <stdio.h>
@@ -232,11 +230,6 @@ static void handler(int pc)
rtems_panic("done");
}
-/*
- * bsp_start
- *
- * This routine does the bulk of the system initialisation.
- */
void bsp_start( void )
{
int i;