ARM: remove useless function board_post_init

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
master
Jean-Christophe PLAGNIOL-VILLARD 17 years ago
parent 96bd462942
commit 3d9f3bfb7a
  1. 5
      board/ixdp425/ixdp425.c
  2. 5
      board/prodrive/pdnb3/pdnb3.c
  3. 8
      board/xm250/xm250.c

@ -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 */

@ -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 */

@ -52,14 +52,6 @@ sleep (int i)
int
/**********************************************************/
board_post_init (void)
/**********************************************************/
{
return (0);
}
int
/**********************************************************/
board_init (void)
/**********************************************************/
{

Loading…
Cancel
Save