Home
last modified time | relevance | path

Searched hist:b91a9d9d4dc81d8b62690b03546d92d27744e9b5 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/net/phy/
H A Dphy.cb91a9d9d4dc81d8b62690b03546d92d27744e9b5 Sun Jul 24 21:39:10 UTC 2011 Wolfgang Denk <wd@denx.de> phy.c: make less verbose - turn printf() into debug()

The PHY driver was too verbose and corrupted the boot message display
like this:

...
Net: TSEC0 connected to Marvell 88E1111S
TSEC1 connected to Marvell 88E1111S
TSEC0, TSEC1
...

Turn printf() into debug() so we het the expected output again:

...
Net: TSEC0, TSEC1
...

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Kumar Gala <galak@kernel.crashing.org>