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.h | |
| parent | 62a813bcacd944cf3adcca05dc705721974ac53a (diff) | |
| download | olio-uboot-2014.01-23512c315823cec5700dc3c46441ef3aa6ded6b5.tar.xz olio-uboot-2014.01-23512c315823cec5700dc3c46441ef3aa6ded6b5.zip | |
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.h | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/board/keymile/common/common.h b/board/keymile/common/common.h index 099de98c6..14768c99b 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, |