
4 Dec
2017
4 Dec
'17
7:35 p.m.
On Thu, Nov 23, 2017 at 01:14:17PM +0000, Peter Robinson wrote:
The kernel gets the ethernet MAC from the ethaddr variable, the omap boards for devices with USB based eth adapters just set the usbethaddr which doesn't appear to get passed to the kernel. The same Raspberry Pi code sets both ethaddr and usbethaddr so lets do that so linux (tested 4.13 and 4.14) get a static rather than a random MAC address, while not regressing users of usbethaddr.
Signed-off-by: Peter Robinson pbrobinson@gmail.com
Applied to u-boot/master, thanks!
--
Tom