From: Nobuhiro Iwamatsu Date: Sun, 5 Aug 2012 22:25:33 +0000 (+0900) Subject: arm: rmobile: armadillo-800eva Remove board_eth_init X-Git-Tag: v2012.10-rc3~10^2~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a145e9641d3936bac892fd283f9db68c6e19e694;p=platform%2Fkernel%2Fu-boot.git arm: rmobile: armadillo-800eva Remove board_eth_init Signed-off-by: Nobuhiro Iwamatsu Signed-off-by: Nobuhiro Iwamatsu --- 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 };