]> git.sur5r.net Git - u-boot/commitdiff
ARM: remove useless function board_post_init
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Mon, 14 Jan 2008 18:20:08 +0000 (19:20 +0100)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Fri, 18 Jan 2008 00:00:02 +0000 (01:00 +0100)
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
board/ixdp425/ixdp425.c
board/prodrive/pdnb3/pdnb3.c
board/xm250/xm250.c

index 2a33d6d0734e694f9ed0b06ba87edb4f6880b9d2..e0d763780e523c2942f79be1a32f7a5ba2d380c5 100644 (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 */
index a1a310a1cba3385862756cdd10b14aa7c66d7c82..3445a3abf2f231b3a973f2c47cf228565459a19a 100644 (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 */
index 528d3239ce4306ca05f29825d2d231301679e1ee..56b1cd4f461b0c665c793c5cdb00c51283cee273 100644 (file)
@@ -50,14 +50,6 @@ sleep (int i)
  * Miscelaneous platform dependent initialisations
  */
 
-int
-/**********************************************************/
-board_post_init (void)
-/**********************************************************/
-{
-       return (0);
-}
-
 int
 /**********************************************************/
 board_init (void)