diff mbox

[U-Boot] x600: Switch to CONFIG_PHYLIB

Message ID 1391781803-23114-1-git-send-email-trini@ti.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Tom Rini Feb. 7, 2014, 2:03 p.m. UTC
Now that the designware ethernet driver uses phylib we need to turn it
on here.

Signed-off-by: Tom Rini <trini@ti.com>
---
 include/configs/x600.h |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Stefan Roese Feb. 7, 2014, 2:18 p.m. UTC | #1
On 07.02.2014 15:03, Tom Rini wrote:
> Now that the designware ethernet driver uses phylib we need to turn it
> on here.
>
> Signed-off-by: Tom Rini <trini@ti.com>

Acked-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan
Tom Rini Feb. 7, 2014, 2:21 p.m. UTC | #2
On Fri, Feb 07, 2014 at 09:03:23AM -0500, Tom Rini wrote:

> Now that the designware ethernet driver uses phylib we need to turn it
> on here.
> 
> Signed-off-by: Tom Rini <trini@ti.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

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 */