Skip to content
Snippets Groups Projects
user avatar
Simon Glass authored
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.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Tested-by: default avatarEric Bénard <eric@eukrea.com>
7616e785
History