diff options
author | wdenk <wdenk> | 2004-03-23 22:14:11 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-03-23 22:14:11 +0000 |
commit | 4b9206ed51a3e3dc06dca2a3930a24e4f0025f3d (patch) | |
tree | 2eb73ab74a66356c52d588bb06f803af55897e18 /common/miiphybb.c | |
parent | 109c0e3ad32428dd65ed89f882faf59e30132494 (diff) |
* Patches by Thomas Viehweger, 16 Mar 2004:
- show PCI clock frequency on MPC8260 systems
- add FCC_PSMR_RMII flag for HiP7 processors
- in do_jffs2_fsload(), take load address from load_addr if not set
explicit, update load_addr otherwise
- replaced printf by putc/puts when no formatting is needed
(smaller code size, faster execution)
Diffstat (limited to 'common/miiphybb.c')
-rw-r--r-- | common/miiphybb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/miiphybb.c b/common/miiphybb.c index 8d18919a34c..b4cbb70305f 100644 --- a/common/miiphybb.c +++ b/common/miiphybb.c @@ -134,7 +134,7 @@ int miiphy_read(unsigned char addr, /* check the turnaround bit: the PHY should be driving it to zero */ if(MDIO_READ != 0) { - /* printf("PHY didn't drive TA low\n"); */ + /* puts ("PHY didn't drive TA low\n"); */ for(j = 0; j < 32; j++) { MDC(0); |