From 4b9206ed51a3e3dc06dca2a3930a24e4f0025f3d Mon Sep 17 00:00:00 2001 From: wdenk Date: Tue, 23 Mar 2004 22:14:11 +0000 Subject: * 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) --- common/miiphybb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/miiphybb.c') diff --git a/common/miiphybb.c b/common/miiphybb.c index 8d18919..b4cbb70 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); -- cgit v1.1