[PATCH] net: Remove ne2000 driver

Tom Rini trini at konsulko.com
Tue May 25 18:41:39 CEST 2021


On Tue, May 25, 2021 at 06:27:27PM +0200, Daniel Schwierzeck wrote:
> Am Dienstag, den 25.05.2021, 11:54 -0400 schrieb Tom Rini:
> > With the last user of this driver removed, remove the driver.
> > 
> > Signed-off-by: Tom Rini <trini at konsulko.com>
> > ---
> >  doc/README.ne2000         |  27 --
> >  drivers/net/8390.h        | 124 ------
> >  drivers/net/Makefile      |   1 -
> >  drivers/net/ne2000.c      | 260 -------------
> >  drivers/net/ne2000.h      |  94 -----
> >  drivers/net/ne2000_base.c | 792 ------------------------------------
> > --
> >  drivers/net/ne2000_base.h | 305 ---------------
> >  7 files changed, 1603 deletions(-)
> >  delete mode 100644 doc/README.ne2000
> >  delete mode 100644 drivers/net/8390.h
> >  delete mode 100644 drivers/net/ne2000.c
> >  delete mode 100644 drivers/net/ne2000.h
> >  delete mode 100644 drivers/net/ne2000_base.c
> >  delete mode 100644 drivers/net/ne2000_base.h
> 
> Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>
> 
> There are still some references in config_whitelist.txt:
> 
> $ git grep -in ne2000 -- scripts/config_whitelist.txt
> scripts/config_whitelist.txt:303:CONFIG_DRIVER_NE2000
> scripts/config_whitelist.txt:304:CONFIG_DRIVER_NE2000_BASE

Thanks.  I often rebuild the whitelist and resync defconfigs, and don't
post that.  One of those is also testing now (I caught the driver since
I rebuilt the whitelist, saw CONFIG_DRIVER_NE2000_BASE go away and
wondered what else could go).

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210525/32363a6c/attachment.sig>


More information about the U-Boot mailing list