From: Tom Rini Date: Fri, 7 Feb 2014 13:52:06 +0000 (-0500) Subject: x600: Switch to CONFIG_PHYLIB X-Git-Tag: v2014.04-rc1~81 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1a78d28d024d458f24e78bd469e2e428145397fc;p=platform%2Fkernel%2Fu-boot.git x600: Switch to CONFIG_PHYLIB Now that the designware ethernet driver uses phylib we need to turn it on here. Acked-by: Stefan Roese Signed-off-by: Tom Rini --- 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 */