Skip to content
Snippets Groups Projects
Commit c42f56d9 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

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: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Sonic Zhang <sonic.zhang@analog.com>
parent da384a9d
No related branches found
No related tags found
No related merge requests found
Showing
with 19 additions and 61 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment