• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision1a78d28d024d458f24e78bd469e2e428145397fc (tree)
Time2014-02-07 23:18:35
AuthorTom Rini <trini@ti.c...>
CommiterTom Rini

Log Message

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>

Change Summary

Incremental Difference

--- a/include/configs/x600.h
+++ b/include/configs/x600.h
@@ -74,10 +74,9 @@
7474 /* Ethernet config options */
7575 #define CONFIG_MII
7676 #define CONFIG_DESIGNWARE_ETH
77-#define CONFIG_DW_SEARCH_PHY
7877 #define CONFIG_NET_MULTI
78+#define CONFIG_PHYLIB
7979 #define CONFIG_PHY_RESET_DELAY 10000 /* in usec */
80-#define CONFIG_DW_AUTONEG
8180 #define CONFIG_PHY_ADDR 0 /* PHY address */
8281 #define CONFIG_PHY_GIGE /* Include GbE speed/duplex detection */
8382