commit | 2d4a68b761d3a578ec584f8bbb53e1db08643dc1 | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Wed Sep 14 19:22:57 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Fri Sep 30 22:00:56 2011 +0200 |
tree | e495d2cb09195774995868a98a3cd0ec4cd82e83 | |
parent | a1a218e683523bdc535a9c9c66b37136843b2786 [diff] |
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>