diff options
author | Holger Brunck <holger.brunck@keymile.com> | 2011-04-08 02:47:24 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-05-10 22:48:31 +0200 |
commit | 23512c315823cec5700dc3c46441ef3aa6ded6b5 (patch) | |
tree | acf89b7fa178b223df93b61dd6f304b12e28d16e /board/keymile/common/common.c | |
parent | 62a813bcacd944cf3adcca05dc705721974ac53a (diff) | |
download | u-boot-imx-23512c315823cec5700dc3c46441ef3aa6ded6b5.zip u-boot-imx-23512c315823cec5700dc3c46441ef3aa6ded6b5.tar.gz u-boot-imx-23512c315823cec5700dc3c46441ef3aa6ded6b5.tar.bz2 |
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.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/keymile/common/common.c b/board/keymile/common/common.c index 4883fe5..dc96489 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); |