mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
Merge branch 'master' of git://git.denx.de/u-boot-net
This commit is contained in:
commit
866bd1cc73
1 changed files with 1 additions and 1 deletions
|
|
@ -340,7 +340,7 @@ static int zynq_phy_init(struct udevice *dev)
|
|||
if (!priv->phydev)
|
||||
return -ENODEV;
|
||||
|
||||
priv->phydev->supported = supported | ADVERTISED_Pause |
|
||||
priv->phydev->supported &= supported | ADVERTISED_Pause |
|
||||
ADVERTISED_Asym_Pause;
|
||||
priv->phydev->advertising = priv->phydev->supported;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue