From ecf1d2741d95f5f84e31dc1d0bef149d8ff1f0a3 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 2 Aug 2022 07:33:35 -0400 Subject: net: Remove smc91111 ethernet driver This driver has not been converted to DM_ETH. The migration deadline passed 2 years ago. Cc: Linus Walleij Cc: David Feng Cc: Liviu Dudau Cc: Andre Przywara Signed-off-by: Tom Rini Acked-by: Ramon Fried --- include/configs/integratorcp.h | 8 -------- include/configs/vexpress_aemv8.h | 6 ------ 2 files changed, 14 deletions(-) (limited to 'include') diff --git a/include/configs/integratorcp.h b/include/configs/integratorcp.h index 2752152f68e..7b9a5b1c541 100644 --- a/include/configs/integratorcp.h +++ b/include/configs/integratorcp.h @@ -19,14 +19,6 @@ /* Integrator CP-specific configuration */ #define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer 1 is clocked at 1Mhz */ -/* - * Hardware drivers - */ -#define CONFIG_SMC91111 -#define CONFIG_SMC_USE_32_BIT -#define CONFIG_SMC91111_BASE 0xC8000000 -#undef CONFIG_SMC91111_EXT_PHY - #define CONFIG_SERVERIP 192.168.1.100 #define CONFIG_IPADDR 192.168.1.104 diff --git a/include/configs/vexpress_aemv8.h b/include/configs/vexpress_aemv8.h index 077428f5004..0c11b6b3331 100644 --- a/include/configs/vexpress_aemv8.h +++ b/include/configs/vexpress_aemv8.h @@ -84,12 +84,6 @@ #endif #endif /* !CONFIG_GICV3 */ -#if defined(CONFIG_TARGET_VEXPRESS64_BASE_FVP) && !defined(CONFIG_DM_ETH) -/* The Vexpress64 BASE_FVP simulator uses SMSC91C111 */ -#define CONFIG_SMC91111 1 -#define CONFIG_SMC91111_BASE (V2M_PA_BASE + 0x01A000000) -#endif - /* PL011 Serial Configuration */ #ifdef CONFIG_TARGET_VEXPRESS64_JUNO #define CONFIG_PL011_CLOCK 7372800 -- cgit v1.2.3