Everyone seems to have converted to the new enc28j60 driver, so drop this older one which isn't used and doesn't support NET_MULTI.
Signed-off-by: Mike Frysinger <[email protected]> --- drivers/net/Makefile | 1 - drivers/net/enc28j60_lpc2292.c | 983 ---------------------------------------- 2 files changed, 0 insertions(+), 984 deletions(-) delete mode 100644 drivers/net/enc28j60_lpc2292.c diff --git a/drivers/net/Makefile b/drivers/net/Makefile index 7aa96e6..a00c3ba 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile @@ -40,7 +40,6 @@ COBJS-$(CONFIG_DNET) += dnet.o COBJS-$(CONFIG_E1000) += e1000.o COBJS-$(CONFIG_EEPRO100) += eepro100.o COBJS-$(CONFIG_ENC28J60) += enc28j60.o -COBJS-$(CONFIG_ENC28J60_LPC2292) += enc28j60_lpc2292.o COBJS-$(CONFIG_EP93XX) += ep93xx_eth.o COBJS-$(CONFIG_ETHOC) += ethoc.o COBJS-$(CONFIG_FEC_MXC) += fec_mxc.o diff --git a/drivers/net/enc28j60_lpc2292.c b/drivers/net/enc28j60_lpc2292.c deleted file mode 100644 index bf95052..0000000 -- 1.7.6.1 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

