Browse Source

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>
Nobuhiro Iwamatsu 12 years ago
parent
commit
a145e9641d
1 changed files with 0 additions and 5 deletions
  1. 0 5
      board/atmark-techno/armadillo-800eva/armadillo-800eva.c

+ 0 - 5
board/atmark-techno/armadillo-800eva/armadillo-800eva.c

@@ -312,11 +312,6 @@ int dram_init(void)
 	return 0;
 }
 
-int board_eth_init(bd_t *bis)
-{
-	return sh_eth_initialize(bis);
-}
-
 const struct rmobile_sysinfo sysinfo = {
 	CONFIG_RMOBILE_BOARD_STRING
 };