diff options
Diffstat (limited to 'board/apollon')
-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 b93e880886..4768f58979 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); } |