mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-17 23:37:01 +00:00
net: axi_emac: Show phy address instead of register content
Fix debug message. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
parent
3e3f8ba26e
commit
2652a6219f
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ static int setup_phy(struct eth_device *dev)
|
|||
/* Found a valid PHY address */
|
||||
priv->phyaddr = i;
|
||||
debug("axiemac: Found valid phy address, %x\n",
|
||||
phyreg);
|
||||
i);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue