From 6e5923851ec5c11a36136abc77160d834537c4dd Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 18 Apr 2004 17:39:38 +0000 Subject: * Cleanup, minor fixes * Patch by Rune Torgersen, 16 Apr 2004: LBA48 fixes * Patches by Pantelis Antoniou, 16 Apr 2004: - Fix some compile problems; add "once" functionality for the netretry variable --- cpu/mpc8xx/fec.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpu') diff --git a/cpu/mpc8xx/fec.c b/cpu/mpc8xx/fec.c index 6d1b1785fb5..34a4b20a7af 100644 --- a/cpu/mpc8xx/fec.c +++ b/cpu/mpc8xx/fec.c @@ -702,9 +702,9 @@ static int fec_init (struct eth_device *dev, bd_t * bd) #if defined(CONFIG_MII) && defined(CONFIG_RMII) /* the MII interface is connected to FEC1 - so for the miiphy_xxx function to work we must - call mii_init since fec_halt messes the thing up */ - + * so for the miiphy_xxx function to work we must + * call mii_init since fec_halt messes the thing up + */ if (efis->ether_index != 0) mii_init(); -- cgit v1.2.3