summaryrefslogtreecommitdiffstats
path: root/board/ixdp425
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-01-14 19:20:08 +0100
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-01-18 01:00:02 +0100
commit3d9f3bfb7a33efe8e41e01b025563cd712c57d64 (patch)
tree8b0bb4f5b3eb4489d21a73407ab3e36e75e1ed9a /board/ixdp425
parent96bd462942022e4569b582c072a0ed26de1cd19b (diff)
downloadtalos-obmc-uboot-3d9f3bfb7a33efe8e41e01b025563cd712c57d64.tar.gz
talos-obmc-uboot-3d9f3bfb7a33efe8e41e01b025563cd712c57d64.zip
ARM: remove useless function board_post_init
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'board/ixdp425')
-rw-r--r--board/ixdp425/ixdp425.c5
1 files changed, 0 insertions, 5 deletions
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 */
OpenPOWER on IntegriCloud