diff options
| author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2012-08-06 07:25:33 +0900 | 
|---|---|---|
| committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-10-03 02:04:25 +0200 | 
| commit | a145e9641d3936bac892fd283f9db68c6e19e694 (patch) | |
| tree | 003109a8200964142c261c513b19660033fb5046 | |
| parent | 1a31ca4a788ca197bad26f64a2c96350478cc9ba (diff) | |
| download | olio-uboot-2014.01-a145e9641d3936bac892fd283f9db68c6e19e694.tar.xz olio-uboot-2014.01-a145e9641d3936bac892fd283f9db68c6e19e694.zip | |
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>
| -rw-r--r-- | board/atmark-techno/armadillo-800eva/armadillo-800eva.c | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/board/atmark-techno/armadillo-800eva/armadillo-800eva.c b/board/atmark-techno/armadillo-800eva/armadillo-800eva.c index 2f91666a7..a07586550 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  }; |