diff mbox

[U-Boot,1/2] arm: rmobile: armadillo-800eva Remove board_eth_init

Message ID 1344206217-20325-1-git-send-email-nobuhiro.iwamatsu.yj@renesas.com
State Accepted
Delegated to: Albert ARIBAUD
Headers show

Commit Message

Nobuhiro Iwamatsu Aug. 5, 2012, 10:36 p.m. UTC
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
---
 board/atmark-techno/armadillo-800eva/armadillo-800eva.c |    5 -----
 1 file changed, 5 deletions(-)
diff mbox

Patch

diff --git a/board/atmark-techno/armadillo-800eva/armadillo-800eva.c b/board/atmark-techno/armadillo-800eva/armadillo-800eva.c
index 2f91666..a075865 100644
--- a/board/atmark-techno/armadillo-800eva/armadillo-800eva.c
+++ b/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
 };