summaryrefslogtreecommitdiff
path: root/board/keymile/common/common.h
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.h
parent62a813bcacd944cf3adcca05dc705721974ac53a (diff)
downloadu-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.h')
-rw-r--r--board/keymile/common/common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/keymile/common/common.h b/board/keymile/common/common.h
index 099de98..14768c9 100644
--- a/board/keymile/common/common.h
+++ b/board/keymile/common/common.h
@@ -46,10 +46,6 @@ struct km_bec_fpga {
int ethernet_present(void);
int ivm_read_eeprom(void);
-#ifdef CONFIG_KEYMILE_HDLC_ENET
-int keymile_hdlc_enet_initialize(bd_t *bis);
-#endif
-
int set_km_env(void);
int fdt_set_node_and_value(void *blob,
char *nodename,