summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/bfin
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-07 17:22:30 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-09 10:11:55 -0500
commit2a6fd65e56b08339a7e4e4c62a7fe6600c48ea23 (patch)
tree1a618d4db2099bf41504e0f6ca2a1636bbf1d811 /c/src/lib/libbsp/bfin
parentbfin/bf537Stamp/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix wa... (diff)
downloadrtems-2a6fd65e56b08339a7e4e4c62a7fe6600c48ea23.tar.bz2
bfin/eZKit533/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warning and clean up
Diffstat (limited to 'c/src/lib/libbsp/bfin')
-rw-r--r--c/src/lib/libbsp/bfin/eZKit533/startup/bspstart.c17
1 files changed, 5 insertions, 12 deletions
diff --git a/c/src/lib/libbsp/bfin/eZKit533/startup/bspstart.c b/c/src/lib/libbsp/bfin/eZKit533/startup/bspstart.c
index 63c2d6684b..503fb6e7e9 100644
--- a/c/src/lib/libbsp/bfin/eZKit533/startup/bspstart.c
+++ b/c/src/lib/libbsp/bfin/eZKit533/startup/bspstart.c
@@ -1,10 +1,9 @@
/* bspstart.c for eZKit533
*
- * 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) 2006 by Atos Automacao Industrial Ltda.
* written by Alain Schaefer <alain.schaefer@easc.ch>
* and Antonio Giovanini <antonio@atos.com.br>
@@ -14,8 +13,8 @@
* http://www.rtems.org/license/LICENSE.
*/
-
#include <bsp.h>
+#include <bsp/bootcard.h>
#include <cplb.h>
#include <libcpu/interrupt.h>
@@ -80,12 +79,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*/