diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-01-14 19:20:08 +0100 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-01-18 01:00:02 +0100 |
commit | 3d9f3bfb7a33efe8e41e01b025563cd712c57d64 (patch) | |
tree | 8b0bb4f5b3eb4489d21a73407ab3e36e75e1ed9a /board/xm250/xm250.c | |
parent | 96bd462942022e4569b582c072a0ed26de1cd19b (diff) | |
download | u-boot-imx-3d9f3bfb7a33efe8e41e01b025563cd712c57d64.zip u-boot-imx-3d9f3bfb7a33efe8e41e01b025563cd712c57d64.tar.gz u-boot-imx-3d9f3bfb7a33efe8e41e01b025563cd712c57d64.tar.bz2 |
ARM: remove useless function board_post_init
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'board/xm250/xm250.c')
-rw-r--r-- | board/xm250/xm250.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/xm250/xm250.c b/board/xm250/xm250.c index 528d323..56b1cd4 100644 --- a/board/xm250/xm250.c +++ b/board/xm250/xm250.c @@ -52,14 +52,6 @@ sleep (int i) int /**********************************************************/ -board_post_init (void) -/**********************************************************/ -{ - return (0); -} - -int -/**********************************************************/ board_init (void) /**********************************************************/ { |