summaryrefslogtreecommitdiff
path: root/board/apollon
diff options
context:
space:
mode:
authorBen Warren <biggerbadderben@gmail.com>2009-12-14 16:30:39 -0800
committerBen Warren <biggerbadderben@gmail.com>2009-12-14 16:42:03 -0800
commit1ab70f6fff9fa3b7910c11b874f625e004256c50 (patch)
tree97cd17895d2a640bafdb709ad10078f01491f5fe /board/apollon
parent076cd24cb4278c125c8f36df386852dc0fcfefae (diff)
Net: Clean up LAN91C96 Support
A previous Commit converted the LAN91C96 Ethernet driver to using the CONFIG_NET_MULTI API, but did not include full board support. This patch finishes the job. Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'board/apollon')
-rw-r--r--board/apollon/apollon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/apollon/apollon.c b/board/apollon/apollon.c
index b93e88088..4768f5897 100644
--- a/board/apollon/apollon.c
+++ b/board/apollon/apollon.c
@@ -95,7 +95,6 @@ void s_init(void)
********************************************************/
int misc_init_r(void)
{
- ether_init(); /* better done here so timers are init'ed */
return (0);
}