Commit a145e9641d3936bac892fd283f9db68c6e19e694

Authored by Nobuhiro Iwamatsu
Committed by Albert ARIBAUD
1 parent 1a31ca4a78

arm: rmobile: armadillo-800eva Remove board_eth_init

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

Showing 1 changed file with 0 additions and 5 deletions Side-by-side Diff

board/atmark-techno/armadillo-800eva/armadillo-800eva.c
... ... @@ -312,11 +312,6 @@
312 312 return 0;
313 313 }
314 314  
315   -int board_eth_init(bd_t *bis)
316   -{
317   - return sh_eth_initialize(bis);
318   -}
319   -
320 315 const struct rmobile_sysinfo sysinfo = {
321 316 CONFIG_RMOBILE_BOARD_STRING
322 317 };