UEC PHY: Remove strange 0.5 sec delay
This udelay looks bogus and doesn't help my board. Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se> Acked-by: Kim Phillips <kim.phillips@freescale.com> Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
This commit is contained in:
parent
bd6c25afd2
commit
b0a75d7aa3
|
|
@ -389,7 +389,6 @@ static int genmii_update_link (struct uec_mii_info *mii_info)
|
||||||
status = phy_read(mii_info, PHY_BMSR);
|
status = phy_read(mii_info, PHY_BMSR);
|
||||||
}
|
}
|
||||||
mii_info->link = 1;
|
mii_info->link = 1;
|
||||||
udelay(500000); /* another 500 ms (results in faster booting) */
|
|
||||||
} else {
|
} else {
|
||||||
if (status & PHY_BMSR_LS)
|
if (status & PHY_BMSR_LS)
|
||||||
mii_info->link = 1;
|
mii_info->link = 1;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue