diff options
author | Holger Brunck <holger.brunck@keymile.com> | 2011-06-05 22:22:15 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-07-27 23:44:07 +0200 |
commit | c98d3b4f48adff08d4abfa45fe3e843e35c6e892 (patch) | |
tree | f8c737ba899e3268d304df7078ce24023839d880 /include | |
parent | b648bfc212c0e62dae47b8f09a0c4e49bbd89106 (diff) | |
download | u-boot-imx-c98d3b4f48adff08d4abfa45fe3e843e35c6e892.zip u-boot-imx-c98d3b4f48adff08d4abfa45fe3e843e35c6e892.tar.gz u-boot-imx-c98d3b4f48adff08d4abfa45fe3e843e35c6e892.tar.bz2 |
km/common: remove obsolete defines and header
These defines and the header keymile_hdlc_enet.h are obsolete
due to the removed hdlc code.
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
cc: Heiko Schocher <hs@denx.de>
cc: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/km/keymile-common.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/configs/km/keymile-common.h b/include/configs/km/keymile-common.h index c0df6d8..89a652f 100644 --- a/include/configs/km/keymile-common.h +++ b/include/configs/km/keymile-common.h @@ -83,16 +83,6 @@ #define CONFIG_SYS_LOADS_BAUD_CHANGE #define CONFIG_SYS_BOARD_DRAM_INIT /* Used board specific dram_init */ -/* - * How to get access to the slot ID. Put this here to make it easy - * to modify in a centralized location. This is used in the HDLC - * driver to set the MAC. -*/ -#define CONFIG_CHECK_ETHERNET_PRESENT -#define CONFIG_SYS_SLOT_ID_BASE CONFIG_SYS_KMBEC_FPGA_BASE -#define CONFIG_SYS_SLOT_ID_OFF (0x07) /* register offset */ -#define CONFIG_SYS_SLOT_ID_MASK (0x3f) /* mask for slot ID bits */ - #define CONFIG_I2C_MULTI_BUS #define CONFIG_SYS_MAX_I2C_BUS 1 #define CONFIG_SYS_I2C_INIT_BOARD |