summaryrefslogtreecommitdiffstats
path: root/cpu
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-08-07 14:52:18 +0000
committerwdenk <wdenk>2003-08-07 14:52:18 +0000
commit013dc8d9b9d3097150790b381494a133438efae7 (patch)
treedc354433b8325412d89ca31dd757337f60973f5c /cpu
parentd41e5e6994f41a27be57f3ae42212a4e264d609b (diff)
downloadblackbird-obmc-uboot-013dc8d9b9d3097150790b381494a133438efae7.tar.gz
blackbird-obmc-uboot-013dc8d9b9d3097150790b381494a133438efae7.zip
Disable debug print for normal use.
Fix MPC5200 FEC driver
Diffstat (limited to 'cpu')
-rw-r--r--cpu/mpc5xxx/fec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc5xxx/fec.c b/cpu/mpc5xxx/fec.c
index 16ca0a9d20..b01e44c18e 100644
--- a/cpu/mpc5xxx/fec.c
+++ b/cpu/mpc5xxx/fec.c
@@ -491,7 +491,7 @@ static int mpc5xxx_fec_init(struct eth_device *dev, bd_t * bis)
printf("mpc5xxx_fec_init... Done \n");
#endif
- return 0;
+ return 1;
}
/********************************************************************/
OpenPOWER on IntegriCloud