On 12.04.2012 22:59, Troy Kisky wrote:
On 4/12/2012 2:33 AM, Timo Ketola wrote:
Signed-off-by: Timo Ketola<t...@exertus.fi>
+ if (speed == _100BASET)
This will break gigabit speed. How about

if (speed != _10BASET)

Looks fine to me. I'll put it that way in v2.

--

Timo
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to