diff options
author | Manjunath Hadli | 2011-10-13 03:40:55 +0000 |
---|---|---|
committer | Albert ARIBAUD | 2011-10-27 21:56:36 +0200 |
commit | fb1d6332b5430b90a8fa8ebab709f33a60e9f816 (patch) | |
tree | 97a3086547d3f926d318ce4a6d3808408f00f580 /include/configs/davinci_dm6467evm.h | |
parent | 062fe7d332c28ede25626f448681e43d76bb312e (diff) |
davinci: remove obsolete macro CONFIG_EMAC_MDIO_PHY_NUM
remove macro CONFIG_EMAC_MDIO_PHY_NUM and depending macro EMAC_MDIO_PHY_NUM
as they are no longer needed with the support for more than 1 PHYs in davinci
emac driver.
Signed-off-by: Manjunath Hadli <manjunath.hadli@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'include/configs/davinci_dm6467evm.h')
-rw-r--r-- | include/configs/davinci_dm6467evm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/davinci_dm6467evm.h b/include/configs/davinci_dm6467evm.h index d97c0f36c4a..ec1c31c0852 100644 --- a/include/configs/davinci_dm6467evm.h +++ b/include/configs/davinci_dm6467evm.h @@ -84,7 +84,6 @@ extern unsigned int davinci_arm_clk_get(void); /* Network & Ethernet Configuration */ #define CONFIG_DRIVER_TI_EMAC -#define CONFIG_EMAC_MDIO_PHY_NUM 1 #define CONFIG_MII #define CONFIG_BOOTP_DEFAULT #define CONFIG_BOOTP_DNS |