aboutsummaryrefslogtreecommitdiff
path: root/board/freescale/mpc8560ads
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-06-09 22:31:57 -0500
committerAndrew Fleming-AFLEMING <afleming@freescale.com>2008-06-11 00:36:02 -0500
commitddde74a159caa6e18b481fec01d40b885aebb566 (patch)
tree4a5cf600de61c458aad99ed9518f7ddf097e21bf /board/freescale/mpc8560ads
parent81e56e9af0d43712db8efb843606a8d62eab454f (diff)
85xx: remove dummy board_early_init_f
A number of board ports have empty version of board_early_init_f for no reason since we control its via CONFIG_BOARD_EARLY_INIT_F. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/freescale/mpc8560ads')
-rw-r--r--board/freescale/mpc8560ads/mpc8560ads.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/board/freescale/mpc8560ads/mpc8560ads.c b/board/freescale/mpc8560ads/mpc8560ads.c
index 6f65499fcd..144b584800 100644
--- a/board/freescale/mpc8560ads/mpc8560ads.c
+++ b/board/freescale/mpc8560ads/mpc8560ads.c
@@ -212,12 +212,6 @@ typedef struct bcsr_ {
volatile unsigned char bcsr5;
} bcsr_t;
-
-int board_early_init_f (void)
-{
- return 0;
-}
-
void reset_phy (void)
{
#if defined(CONFIG_ETHER_ON_FCC) /* avoid compile warnings for now */