diff options
author | Ben Warren <biggerbadderben@gmail.com> | 2009-12-14 16:30:39 -0800 |
---|---|---|
committer | Ben Warren <biggerbadderben@gmail.com> | 2009-12-14 16:42:03 -0800 |
commit | 1ab70f6fff9fa3b7910c11b874f625e004256c50 (patch) | |
tree | 97cd17895d2a640bafdb709ad10078f01491f5fe /board/apollon/apollon.c | |
parent | 076cd24cb4278c125c8f36df386852dc0fcfefae (diff) | |
download | u-boot-1ab70f6fff9fa3b7910c11b874f625e004256c50.zip u-boot-1ab70f6fff9fa3b7910c11b874f625e004256c50.tar.gz u-boot-1ab70f6fff9fa3b7910c11b874f625e004256c50.tar.bz2 |
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/apollon.c')
-rw-r--r-- | board/apollon/apollon.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/apollon/apollon.c b/board/apollon/apollon.c index b93e880..4768f58 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); } |