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

Nobuhiro Iwamatsu nobuhiro.iwamatsu.yj at renesas.com
Mon Aug 6 00:36:56 CEST 2012


Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj at renesas.com>
---
 board/atmark-techno/armadillo-800eva/armadillo-800eva.c |    5 -----
 1 file changed, 5 deletions(-)

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
 };
-- 
1.7.10



More information about the U-Boot mailing list