]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: fdt support: Add usbethaddr as an acceptable MAC
authorDan Murphy <dmurphy@ti.com>
Wed, 2 Oct 2013 19:00:15 +0000 (14:00 -0500)
committerTom Rini <trini@ti.com>
Thu, 19 Jun 2014 15:18:39 +0000 (11:18 -0400)
commitb1f49ab8c7bad60426b30c134ae065ef77d2dfc1
treebbe6ca20a633bdbeb282d3f66c975c71db2a3beb
parent2e436467828969b6c9569c21bbe400b2b5b7a27c
ARM: fdt support: Add usbethaddr as an acceptable MAC

A board that has a USB ethernet device only may set the usbetheraddr
and not the ethaddr.
ethaddr will be the default MAC address that is chosen and if that
is not populated then the usbethaddr is looked at.  If neither are set
then then device tree blob is not modified.

Signed-off-by: Dan Murphy <dmurphy@ti.com>
common/fdt_support.c