Searched hist:c3b4a475d7887efe1cdc8a3fe9e909df30a353f0 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | davinci_emac.c | c3b4a475d7887efe1cdc8a3fe9e909df30a353f0 Wed Sep 14 19:22:57 UTC 2011 Heiko Schocher <hs@denx.de> net, davinci_emac: make less verbose - turn printf() into debug()
The PHY driver was too verbose and corrupted the boot message display like this:
... Net: Ethernet PHY: KSZ8873 @ 0x02 DaVinci-EMAC ...
Turn printf() into debug() so we get the expected output again:
... Net: DaVinci-EMAC ...
Signed-off-by: Heiko Schocher <hs@denx.de> cc: Paulraj Sandeep <s-paulraj@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
|