diff options
| author | wdenk <wdenk> | 2004-04-18 17:39:38 +0000 | 
|---|---|---|
| committer | wdenk <wdenk> | 2004-04-18 17:39:38 +0000 | 
| commit | 6e5923851ec5c11a36136abc77160d834537c4dd (patch) | |
| tree | 1d324917e695bf3aadc0041d220304d07d09027a /cpu/mpc8xx/fec.c | |
| parent | c26e454dfc6650428854fa2db3b1ed7f19e0ba0e (diff) | |
| download | olio-uboot-2014.01-6e5923851ec5c11a36136abc77160d834537c4dd.tar.xz olio-uboot-2014.01-6e5923851ec5c11a36136abc77160d834537c4dd.zip | |
* 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
Diffstat (limited to 'cpu/mpc8xx/fec.c')
| -rw-r--r-- | cpu/mpc8xx/fec.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/cpu/mpc8xx/fec.c b/cpu/mpc8xx/fec.c index 6d1b1785f..34a4b20a7 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(); |