From ab209d510710e0059260e3ea17c11741573296b9 Mon Sep 17 00:00:00 2001 From: dzu Date: Tue, 30 Sep 2003 14:08:43 +0000 Subject: Fix problems with I2C support for mpc5200 --- cpu/mpc5xxx/fec.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpu/mpc5xxx/fec.c') 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 -- cgit v1.1