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>
This commit is contained in:
Nobuhiro Iwamatsu 2012-08-06 07:25:33 +09:00 committed by Albert ARIBAUD
parent 1a31ca4a78
commit a145e9641d
1 changed files with 0 additions and 5 deletions

View File

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