sh_eth: use random MAC address if no valid one supplied
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Mon, 29 Apr 2013 09:49:42 +0000 (09:49 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 30 Apr 2013 19:37:08 +0000 (15:37 -0400)
On Renesas R-Car based development boards, although a MAC address is printed on
all the Ethernet port labels, U-Boot  doesn't write a valid MAC address  to the
Ether MAHR/MALR registers (there's no storage provided for the Ether MAC address
either), so we have to resort to using a random MAC address...

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found