]> git.ipfire.org Git - people/ms/u-boot.git/commit - configs/lschlv2_defconfig
net: Remove all calls to net_random_ethaddr()
authorJoe Hershberger <joe.hershberger@ni.com>
Mon, 4 May 2015 19:55:15 +0000 (14:55 -0500)
committerJoe Hershberger <joe.hershberger@ni.com>
Wed, 20 May 2015 16:07:27 +0000 (11:07 -0500)
commit76ec988b062ed880ab23d0e0d4e9e6c137b55cc3
tree9f97bb7d62c2c8114f688c512e6169f105db1fba
parent92ac520821405e196c920d60921bdfa5ab6b878c
net: Remove all calls to net_random_ethaddr()

Remove the calls to net_random_ethaddr() that some boards and some
drivers are calling. This is now implemented inside of net/eth.c

Enable the feature for all boards that previously enabled it.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Acked-By: Michael Walle <michael@walle.cc> (for the lsxl board part)
Series-changes: 2
-Fixed bfin build errors
41 files changed:
board/bct-brettl2/bct-brettl2.c
board/bf518f-ezbrd/bf518f-ezbrd.c
board/bf526-ezbrd/bf526-ezbrd.c
board/bf527-ezkit/bf527-ezkit.c
board/bf537-minotaur/bf537-minotaur.c
board/bf537-pnav/bf537-pnav.c
board/bf537-srv1/bf537-srv1.c
board/bf537-stamp/bf537-stamp.c
board/buffalo/lsxl/lsxl.c
board/cm-bf527/cm-bf527.c
board/cm-bf537e/cm-bf537e.c
board/cm-bf537u/cm-bf537u.c
board/dnp5370/dnp5370.c
board/ip04/ip04.c
board/tcm-bf518/tcm-bf518.c
board/tcm-bf537/tcm-bf537.c
configs/bct-brettl2_defconfig
configs/bf518f-ezbrd_defconfig
configs/bf526-ezbrd_defconfig
configs/bf527-ezkit_defconfig
configs/bf537-minotaur_defconfig
configs/bf537-pnav_defconfig
configs/bf537-srv1_defconfig
configs/bf537-stamp_defconfig
configs/cm-bf527_defconfig
configs/cm-bf537e_defconfig
configs/cm-bf537u_defconfig
configs/dnp5370_defconfig
configs/ip04_defconfig
configs/lschlv2_defconfig
configs/lsxhl_defconfig
configs/tcm-bf518_defconfig
configs/tcm-bf537_defconfig
drivers/net/dm9000x.c
drivers/net/ftmac110.c
include/configs/bf537-minotaur.h
include/configs/bf537-pnav.h
include/configs/bf537-srv1.h
include/configs/ip04.h
include/configs/lsxl.h
include/configs/tcm-bf518.h