[U-Boot] [PATCH] x600: Switch to CONFIG_PHYLIB
Tom Rini
trini at ti.com
Fri Feb 7 15:03:23 CET 2014
Now that the designware ethernet driver uses phylib we need to turn it
on here.
Signed-off-by: Tom Rini <trini at ti.com>
---
include/configs/x600.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/include/configs/x600.h b/include/configs/x600.h
index 39540e3..00b938a 100644
--- a/include/configs/x600.h
+++ b/include/configs/x600.h
@@ -74,10 +74,9 @@
/* Ethernet config options */
#define CONFIG_MII
#define CONFIG_DESIGNWARE_ETH
-#define CONFIG_DW_SEARCH_PHY
#define CONFIG_NET_MULTI
+#define CONFIG_PHYLIB
#define CONFIG_PHY_RESET_DELAY 10000 /* in usec */
-#define CONFIG_DW_AUTONEG
#define CONFIG_PHY_ADDR 0 /* PHY address */
#define CONFIG_PHY_GIGE /* Include GbE speed/duplex detection */
--
1.7.9.5
More information about the U-Boot
mailing list