]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:43:15 +0000 (22:43 +0200)
commit4a6aff0cd79ce58ddbf326cb9381c0781f8190a0
treeca2d812ee1c83b649a3b2e0a3a42f29a21d77d6a
parent37e8414ad8c5f8a56a1e6843d942664a30b56fa7
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