From 1989374b21089c63019fc9648408c8d609023ffe Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 7 Aug 2017 22:00:34 -0400 Subject: configs: Finish migration of PHY_GIGE Reviewed-by: Joe Hershberger Signed-off-by: Tom Rini --- arch/arm/mach-mvebu/include/mach/config.h | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/arm/mach-mvebu/include') diff --git a/arch/arm/mach-mvebu/include/mach/config.h b/arch/arm/mach-mvebu/include/mach/config.h index 3cd6a1c332..2dc9b1dea3 100644 --- a/arch/arm/mach-mvebu/include/mach/config.h +++ b/arch/arm/mach-mvebu/include/mach/config.h @@ -80,7 +80,6 @@ #define CONFIG_MVNETA /* Enable Marvell Gbe Controller Driver */ #endif #define CONFIG_ENV_OVERWRITE /* ethaddr can be reprogrammed */ -#define CONFIG_PHY_GIGE /* GbE speed/duplex detect */ #define CONFIG_ARP_TIMEOUT 200 #define CONFIG_NET_RETRY_COUNT 50 #endif /* CONFIG_CMD_NET */ -- cgit