diff options
author | wdenk <wdenk> | 2003-08-07 14:52:18 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-08-07 14:52:18 +0000 |
commit | 013dc8d9b9d3097150790b381494a133438efae7 (patch) | |
tree | dc354433b8325412d89ca31dd757337f60973f5c /cpu/mpc5xxx | |
parent | d41e5e6994f41a27be57f3ae42212a4e264d609b (diff) | |
download | u-boot-imx-013dc8d9b9d3097150790b381494a133438efae7.zip u-boot-imx-013dc8d9b9d3097150790b381494a133438efae7.tar.gz u-boot-imx-013dc8d9b9d3097150790b381494a133438efae7.tar.bz2 |
Disable debug print for normal use.
Fix MPC5200 FEC driver
Diffstat (limited to 'cpu/mpc5xxx')
-rw-r--r-- | cpu/mpc5xxx/fec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc5xxx/fec.c b/cpu/mpc5xxx/fec.c index 16ca0a9..b01e44c 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; } /********************************************************************/ |