diff options
author | dzu <dzu> | 2003-09-30 14:08:43 +0000 |
---|---|---|
committer | dzu <dzu> | 2003-09-30 14:08:43 +0000 |
commit | ab209d510710e0059260e3ea17c11741573296b9 (patch) | |
tree | 127c5d62873d5ca9caf847d33c6af50338e35d26 /cpu/mpc5xxx/fec.c | |
parent | 87970ebeb5153bb8650d3f031148e82e30ec3584 (diff) | |
download | u-boot-imx-ab209d510710e0059260e3ea17c11741573296b9.zip u-boot-imx-ab209d510710e0059260e3ea17c11741573296b9.tar.gz u-boot-imx-ab209d510710e0059260e3ea17c11741573296b9.tar.bz2 |
Fix problems with I2C support for mpc5200
Diffstat (limited to 'cpu/mpc5xxx/fec.c')
-rw-r--r-- | cpu/mpc5xxx/fec.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpu/mpc5xxx/fec.c b/cpu/mpc5xxx/fec.c index ae4e529..a30037f 100644 --- a/cpu/mpc5xxx/fec.c +++ b/cpu/mpc5xxx/fec.c @@ -424,7 +424,9 @@ static int mpc5xxx_fec_init(struct eth_device *dev, bd_t * bis) #endif } while (!(phyStatus & 0x0004)); /* !link up */ +#if (DEBUG & 0x2) printf ("done.\n"); +#endif } else { /* MII100 */ /* * Set the auto-negotiation advertisement register bits |