[U-Boot] [PATCH 4/5] net: sc589: drop unused !NET_MULTI driver

Mike Frysinger vapier at gentoo.org
Sun Oct 16 22:04:12 CEST 2011


No boards appear to use this driver, and it doesn't support NET_MULTI,
so punt the old driver.

Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
 drivers/net/3c589.c  |  517 --------------------------------------------------
 drivers/net/3c589.h  |  435 ------------------------------------------
 drivers/net/Makefile |    1 -
 3 files changed, 0 insertions(+), 953 deletions(-)
 delete mode 100644 drivers/net/3c589.c
 delete mode 100644 drivers/net/3c589.h

diff --git a/drivers/net/3c589.c b/drivers/net/3c589.c
deleted file mode 100644
index f2c7d32..0000000
diff --git a/drivers/net/3c589.h b/drivers/net/3c589.h
deleted file mode 100644
index 8f8cf5b..0000000
diff --git a/drivers/net/Makefile b/drivers/net/Makefile
index 00ceda1..fa304d0 100644
--- a/drivers/net/Makefile
+++ b/drivers/net/Makefile
@@ -25,7 +25,6 @@ include $(TOPDIR)/config.mk
 
 LIB	:= $(obj)libnet.o
 
-COBJS-$(CONFIG_DRIVER_3C589) += 3c589.o
 COBJS-$(CONFIG_PPC4xx_EMAC) += 4xx_enet.o
 COBJS-$(CONFIG_ALTERA_TSE) += altera_tse.o
 COBJS-$(CONFIG_ARMADA100_FEC) += armada100_fec.o
-- 
1.7.6.1



More information about the U-Boot mailing list