summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-07 17:29:06 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-09 10:11:56 -0500
commitb587a200ee476c052339f7b64fec4da7b46f25df (patch)
tree01dd4e057bbf2b8da6bb0a2ffb016c425358b7aa
parentm68k/mcf5235/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warni... (diff)
downloadrtems-b587a200ee476c052339f7b64fec4da7b46f25df.tar.bz2
m68k/mcf5329/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warning and clean up
-rw-r--r--c/src/lib/libbsp/m68k/mcf5329/startup/bspstart.c17
1 files changed, 5 insertions, 12 deletions
diff --git a/c/src/lib/libbsp/m68k/mcf5329/startup/bspstart.c b/c/src/lib/libbsp/m68k/mcf5329/startup/bspstart.c
index 7d6bb2fea7..d5a258da47 100644
--- a/c/src/lib/libbsp/m68k/mcf5329/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/mcf5329/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:
* David Fiddes, D.J@fiddes.surfaid.org
* http://www.calm.hw.ac.uk/davidf/coldfire/
@@ -19,13 +16,9 @@
*/
#include <bsp.h>
+#include <bsp/bootcard.h>
#include <rtems/rtems/cache.h>
-/*
- * bsp_start
- *
- * This routine does the bulk of the system initialisation.
- */
void bsp_start(void)
{
/* cfinit invalidates cache and sets acr registers */