summaryrefslogtreecommitdiffstats
path: root/include/configs/x600.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-02-07 08:52:06 -0500
committerTom Rini <trini@ti.com>2014-02-07 09:18:35 -0500
commit1a78d28d024d458f24e78bd469e2e428145397fc (patch)
tree1f522b7aaa40f06961c4897af11a62cceda62043 /include/configs/x600.h
parent50b0df814b0f75c08a3d45a017016a75af3edb5d (diff)
downloadtalos-obmc-uboot-1a78d28d024d458f24e78bd469e2e428145397fc.tar.gz
talos-obmc-uboot-1a78d28d024d458f24e78bd469e2e428145397fc.zip
x600: Switch to CONFIG_PHYLIB
Now that the designware ethernet driver uses phylib we need to turn it on here. Acked-by: Stefan Roese <sr@denx.de> Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/x600.h')
-rw-r--r--include/configs/x600.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/x600.h b/include/configs/x600.h
index 39540e3806..00b938a216 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 */
OpenPOWER on IntegriCloud