From: Jean-Christophe PLAGNIOL-VILLARD Date: Mon, 14 Jan 2008 18:20:08 +0000 (+0100) Subject: ARM: remove useless function board_post_init X-Git-Tag: v1.3.2-rc1~62^2^2~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3d9f3bfb7a33efe8e41e01b025563cd712c57d64;p=u-boot ARM: remove useless function board_post_init Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- diff --git a/board/ixdp425/ixdp425.c b/board/ixdp425/ixdp425.c index 2a33d6d073..e0d763780e 100644 --- a/board/ixdp425/ixdp425.c +++ b/board/ixdp425/ixdp425.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 */ diff --git a/board/prodrive/pdnb3/pdnb3.c b/board/prodrive/pdnb3/pdnb3.c index a1a310a1cb..3445a3abf2 100644 --- a/board/prodrive/pdnb3/pdnb3.c +++ b/board/prodrive/pdnb3/pdnb3.c @@ -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 */ diff --git a/board/xm250/xm250.c b/board/xm250/xm250.c index 528d3239ce..56b1cd4f46 100644 --- a/board/xm250/xm250.c +++ b/board/xm250/xm250.c @@ -50,14 +50,6 @@ sleep (int i) * Miscelaneous platform dependent initialisations */ -int -/**********************************************************/ -board_post_init (void) -/**********************************************************/ -{ - return (0); -} - int /**********************************************************/ board_init (void)