Hi,

2011/6/14 Simon Glass <s...@chromium.org>:
> Built-in Ethernet adapters support setting the mac address by means of a
> ethaddr environment variable for each interface (ethaddr, eth1addr, eth2addr).
>
> This adds similar support to the USB network side, using the names
> usbethaddr, usbeth1addr, etc. They are kept separate since we don't want
> a USB device taking the MAC address of a built-in device or vice versa.
>
> Changes for v2:
> - eth_set_hwaddr -> eth_write_hwaddr
> - tided up other users of eth_getenv_enetaddr_by_index()
>
> Changes for v5:
> - Changed NULL to "eth" in eth_getenv_enetaddr_by_index() API
>
> Signed-off-by: Simon Glass <s...@chromium.org>
> Tested-by: Eric BĂ©nard <e...@eukrea.com>
> ---

Applied to u-boot-usb AFTER cleaning up commit message (Change history
of the patch should be below the '---'  line)

Kind regards,

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

Reply via email to