commit | b6af557407663ee422d10792fdcc1efbd11cfbb1 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Wed Oct 22 12:13:15 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Thu Oct 23 09:59:21 2014 -0400 |
tree | 00bb3f12171bbd55b13255f6f969d8dae9dc7e54 | |
parent | 3e10381d59ca4b858559f1c28c4958c5fb212f4a [diff] |
net: phy.h: Make PHY autonegotiation timeout configurable The Marvell MV78460 eval board DB-78460-BP seems to need a longer PHY autonegotiation timeout than the "standard" 4 seconds. So lets make this timeout configurable. If not defined in the board config header the original 4000ms is used. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Joe Hershberger <joe.hershberger@gmail.com>