diff options
author | Manjunath Hadli <manjunath.hadli@ti.com> | 2011-10-13 03:40:55 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-10-27 21:56:36 +0200 |
commit | fb1d6332b5430b90a8fa8ebab709f33a60e9f816 (patch) | |
tree | 97a3086547d3f926d318ce4a6d3808408f00f580 /include/configs/ea20.h | |
parent | 062fe7d332c28ede25626f448681e43d76bb312e (diff) | |
download | u-boot-fb1d6332b5430b90a8fa8ebab709f33a60e9f816.tar.gz |
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/ea20.h')
-rw-r--r-- | include/configs/ea20.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ea20.h b/include/configs/ea20.h index a2e317825f..201e6b570b 100644 --- a/include/configs/ea20.h +++ b/include/configs/ea20.h @@ -86,7 +86,6 @@ * Network & Ethernet Configuration */ #ifdef CONFIG_DRIVER_TI_EMAC -#define CONFIG_EMAC_MDIO_PHY_NUM 0 #define CONFIG_MII #define CONFIG_BOOTP_DEFAULT #define CONFIG_BOOTP_DNS |