[PATCH 27/52] m68k/mcf5329/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warning and clean up
Joel Sherrill
joel.sherrill at oarcorp.com
Wed Oct 8 19:16:18 UTC 2014
---
c/src/lib/libbsp/m68k/mcf5329/startup/bspstart.c | 17 +++++------------
1 file 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 7d6bb2f..d5a258d 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 at 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 */
--
1.9.3
More information about the devel
mailing list