summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-07 17:21:14 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-09 10:11:55 -0500
commit04bafb53950136bb526dcee3d8c55a5ed0b62dde (patch)
treed4f9050be5520e105efb62533061dba916af6f88
parentarm/shared/abort/abort.c: Fix warnings and clean up (diff)
downloadrtems-04bafb53950136bb526dcee3d8c55a5ed0b62dde.tar.bz2
bfin/TLL6527M/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warning and clean up
-rw-r--r--c/src/lib/libbsp/bfin/TLL6527M/startup/bspstart.c16
1 files changed, 5 insertions, 11 deletions
diff --git a/c/src/lib/libbsp/bfin/TLL6527M/startup/bspstart.c b/c/src/lib/libbsp/bfin/TLL6527M/startup/bspstart.c
index c900b762e5..38c2df4526 100644
--- a/c/src/lib/libbsp/bfin/TLL6527M/startup/bspstart.c
+++ b/c/src/lib/libbsp/bfin/TLL6527M/startup/bspstart.c
@@ -1,10 +1,9 @@
/* bspstart.c for TLL6527M
*
- * 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.
+ */
+
+/*
* COPYRIGHT (c) 2010 by ECE Northeastern University.
*
* The license and distribution terms for this file may be
@@ -14,6 +13,7 @@
#include <bsp.h>
+#include <bsp/bootcard.h>
#include <cplb.h>
#include <bsp/interrupt.h>
#include <libcpu/ebiuRegs.h>
@@ -89,12 +89,6 @@ void bsp_pretasking_hook(void)
bfin_interrupt_init();
}
-/*
- * bsp_start
- *
- * This routine does the bulk of the system initialization.
- */
-
void bsp_start( void )
{
/* BSP Hardware Initialization*/