mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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>
This commit is contained in:
parent
50b0df814b
commit
1a78d28d02
1 changed files with 1 additions and 2 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue