Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | blackfin: replace bfin_gen_rand_mac() with eth_random_addr() | Masahiro Yamada | 2014-05-12 | -2/+1 |
| | | | | | | | | | | | 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> | |||
* | Blackfin: bct-brettl2: new board port | Peter Meerwald | 2010-10-02 | -0/+123 |
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by: Mike Frysinger <vapier@gentoo.org> |