summaryrefslogtreecommitdiff
path: root/board/keymile/common/common.c
diff options
context:
space:
mode:
authorHolger Brunck <holger.brunck@keymile.com>2011-04-08 02:47:24 +0000
committerWolfgang Denk <wd@denx.de>2011-05-10 22:48:31 +0200
commit23512c315823cec5700dc3c46441ef3aa6ded6b5 (patch)
treeacf89b7fa178b223df93b61dd6f304b12e28d16e /board/keymile/common/common.c
parent62a813bcacd944cf3adcca05dc705721974ac53a (diff)
km/common: remove hdlc_enet implementation
The hdlc implementation for mgcoge was initially developed, but later on not used. Remove the C files, the references in mgcoge.c and the Makefile to decrease maintenance effort. Signed-off-by: Holger Brunck <holger.brunck@keymile.com> Acked-by: Heiko Schocher <hs@denx.de> cc: Wolfgang Denk <wd@denx.de> cc: Detlev Zundel <dzu@denx.de> cc: Valentin Longchamp <valentin.longchamp@keymile.com> Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
Diffstat (limited to 'board/keymile/common/common.c')
-rw-r--r--board/keymile/common/common.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/keymile/common/common.c b/board/keymile/common/common.c
index 4883fe588b..dc9648934d 100644
--- a/board/keymile/common/common.c
+++ b/board/keymile/common/common.c
@@ -677,9 +677,6 @@ int ethernet_present(void)
int board_eth_init(bd_t *bis)
{
-#ifdef CONFIG_KEYMILE_HDLC_ENET
- (void)keymile_hdlc_enet_initialize(bis);
-#endif
if (ethernet_present())
return cpu_eth_init(bis);