]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/commitdiff
arm: rmobile: armadillo-800eva Remove board_eth_init
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Sun, 5 Aug 2012 22:25:33 +0000 (07:25 +0900)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Wed, 3 Oct 2012 00:04:25 +0000 (02:04 +0200)
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
board/atmark-techno/armadillo-800eva/armadillo-800eva.c

index 2f91666a7866a778732857857a38fd83faaae892..a075865502f590bf28ace9c973b67eedb5169d5d 100644 (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
 };