summaryrefslogtreecommitdiffstats
path: root/board/davinci/schmoogie/schmoogie.c
diff options
context:
space:
mode:
authorBen Warren <biggerbadderben@gmail.com>2009-05-26 00:34:07 -0700
committerBen Warren <biggerbadderben@gmail.com>2009-06-15 00:13:54 -0700
commit8453587ef9137daf98b7c9cf4f3b865f4039cea0 (patch)
tree3947d95a62295a86c7f43ad65574675544a28218 /board/davinci/schmoogie/schmoogie.c
parent8cc13c13f1d154c8fa8fff56cea357ed38af76bf (diff)
downloadblackbird-obmc-uboot-8453587ef9137daf98b7c9cf4f3b865f4039cea0.tar.gz
blackbird-obmc-uboot-8453587ef9137daf98b7c9cf4f3b865f4039cea0.zip
Switched davinci_emac Ethernet driver to use newer API
Added CONFIG_NET_MULTI to all Davinci boards Removed all calls to Davinci network driver from board code Added cpu_eth_init() to cpu/arm926ejs/cpu.c Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'board/davinci/schmoogie/schmoogie.c')
-rw-r--r--board/davinci/schmoogie/schmoogie.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/davinci/schmoogie/schmoogie.c b/board/davinci/schmoogie/schmoogie.c
index 6e0f591335..19c95809aa 100644
--- a/board/davinci/schmoogie/schmoogie.c
+++ b/board/davinci/schmoogie/schmoogie.c
@@ -130,8 +130,5 @@ int misc_init_r(void)
forceenv("serial#", (char *)&tmp[0]);
}
- if (!eth_hw_init())
- printf("ethernet init failed!\n");
-
return(0);
}
OpenPOWER on IntegriCloud