mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 12:56:00 +01:00
net: sun8i-emac: Downgrade printf in probe to debug
Signed-off-by: Samuel Holland <samuel@sholland.org>
This commit is contained in:
parent
06522d448e
commit
d8d52c48b9
@ -860,7 +860,7 @@ static int sun8i_emac_eth_of_to_plat(struct udevice *dev)
|
||||
priv->phyaddr = fdtdec_get_int(gd->fdt_blob, offset, "reg", -1);
|
||||
|
||||
pdata->phy_interface = dev_read_phy_mode(dev);
|
||||
printf("phy interface%d\n", pdata->phy_interface);
|
||||
debug("phy interface %d\n", pdata->phy_interface);
|
||||
if (pdata->phy_interface == PHY_INTERFACE_MODE_NA)
|
||||
return -EINVAL;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user