-
- Downloads
blackfin: replace bfin_gen_rand_mac() with eth_random_addr()
bfin_gen_rand_mac() uses __DATE__ as the seed for random ethernet
address. This makes the build non-deterministic.
In the first place, it should not be implemented as a Bfin-specific
function. Use eth_random_addr() instead.
Signed-off-by:
Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Sonic Zhang <sonic.zhang@analog.com>
Showing
- arch/blackfin/include/asm/net.h 0 additions, 28 deletionsarch/blackfin/include/asm/net.h
- board/bct-brettl2/bct-brettl2.c 1 addition, 2 deletionsboard/bct-brettl2/bct-brettl2.c
- board/bf518f-ezbrd/bf518f-ezbrd.c 1 addition, 2 deletionsboard/bf518f-ezbrd/bf518f-ezbrd.c
- board/bf526-ezbrd/bf526-ezbrd.c 1 addition, 2 deletionsboard/bf526-ezbrd/bf526-ezbrd.c
- board/bf527-ezkit/bf527-ezkit.c 1 addition, 2 deletionsboard/bf527-ezkit/bf527-ezkit.c
- board/bf537-minotaur/bf537-minotaur.c 1 addition, 2 deletionsboard/bf537-minotaur/bf537-minotaur.c
- board/bf537-pnav/bf537-pnav.c 1 addition, 2 deletionsboard/bf537-pnav/bf537-pnav.c
- board/bf537-srv1/bf537-srv1.c 1 addition, 2 deletionsboard/bf537-srv1/bf537-srv1.c
- board/bf537-stamp/bf537-stamp.c 1 addition, 2 deletionsboard/bf537-stamp/bf537-stamp.c
- board/cm-bf527/cm-bf527.c 1 addition, 2 deletionsboard/cm-bf527/cm-bf527.c
- board/cm-bf537e/cm-bf537e.c 1 addition, 2 deletionsboard/cm-bf537e/cm-bf537e.c
- board/cm-bf537u/cm-bf537u.c 1 addition, 2 deletionsboard/cm-bf537u/cm-bf537u.c
- board/dnp5370/dnp5370.c 1 addition, 2 deletionsboard/dnp5370/dnp5370.c
- board/ip04/ip04.c 1 addition, 2 deletionsboard/ip04/ip04.c
- board/tcm-bf518/tcm-bf518.c 1 addition, 2 deletionsboard/tcm-bf518/tcm-bf518.c
- board/tcm-bf537/tcm-bf537.c 1 addition, 2 deletionsboard/tcm-bf537/tcm-bf537.c
- include/configs/bct-brettl2.h 1 addition, 0 deletionsinclude/configs/bct-brettl2.h
- include/configs/bf518f-ezbrd.h 1 addition, 1 deletioninclude/configs/bf518f-ezbrd.h
- include/configs/bf526-ezbrd.h 1 addition, 1 deletioninclude/configs/bf526-ezbrd.h
- include/configs/bf527-ezkit.h 1 addition, 1 deletioninclude/configs/bf527-ezkit.h
Loading
Please register or sign in to comment