]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
net: Implement random ethaddr fallback in eth.c
authorJoe Hershberger <joe.hershberger@ni.com>
Mon, 4 May 2015 19:55:13 +0000 (14:55 -0500)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:43:15 +0000 (22:43 +0200)
commitd2ad2c6192d1b8f03aa8918a34ee771ba0bbcd73
tree2a745da4e6106d0a07684ca07c1d1c74f81e0aea
parentbc192bbd9d7e7fcb2dd4dec98f9d9de2d3da8319
net: Implement random ethaddr fallback in eth.c

Implement the random ethaddr fallback in eth.c so it is in a common
place and not reimplemented in each board or driver that wants this
behavior.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
README
doc/README.enetaddr
net/Kconfig
net/eth.c