1
0
Fork 0

ARM: remove useless function board_post_init

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
utp
Jean-Christophe PLAGNIOL-VILLARD 2008-01-14 19:20:08 +01:00
parent 96bd462942
commit 3d9f3bfb7a
3 changed files with 0 additions and 18 deletions

View File

@ -38,11 +38,6 @@ DECLARE_GLOBAL_DATA_PTR;
/*
* Miscelaneous platform dependent initialisations
*/
int board_post_init (void)
{
return (0);
}
int board_init (void)
{
/* arch number of IXDP */

View File

@ -48,11 +48,6 @@ static unsigned long old_val = 0;
/*
* Miscelaneous platform dependent initialisations
*/
int board_post_init(void)
{
return (0);
}
int board_init(void)
{
/* arch number of PDNB3 */

View File

@ -50,14 +50,6 @@ sleep (int i)
* Miscelaneous platform dependent initialisations
*/
int
/**********************************************************/
board_post_init (void)
/**********************************************************/
{
return (0);
}
int
/**********************************************************/
board_init (void)