[U-Boot-Users] [PATCH V2] net: add 'ethrotate' environment variable
Matthias Fuchs
matthias.fuchs at esd-electronics.com
Wed Jan 16 12:31:15 CET 2008
Hi Ben,
On Saturday 12 January 2008 03:49, Ben Warren wrote:
> I'm a little curious about what it is you're trying to do. If you want
> to prevent Ethernet devices from ever rotating, this doesn't work. For
> example, if you set 'ethact' to an interface that isn't connected,
> eth_init() will rotate the interfaces until it reaches a valid link or
> the end of the chain, never reaching your change. If you really want to
> prevent rotation, I'd move your logic into the 'eth_try_another()'
> function itself, returning quickly if "ethrotate=no".
>
> regards,
> Ben
>
I will post a fixing patch in a minute.
Matthias
More information about the U-Boot
mailing list