commit | 5630039e1fa29ea4d5c0f3cd71143e3316e7d395 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Fri Apr 18 19:09:49 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Mon May 12 15:19:46 2014 -0400 |
tree | b1aaa48fc2356b36d981d2732b0b25400a5a30e9 | |
parent | 0b16e65ab0b50919d0465e2d83133348c4072417 [diff] |
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>