forked from Imagelibrary/rtems
bfin/eZKit533/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warning and clean up
This commit is contained in:
@@ -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*/
|
||||
|
||||
Reference in New Issue
Block a user