[U-Boot] [PATCH] drivers: net: remove dead drivers

Joe Hershberger joe.hershberger at gmail.com
Thu Jul 31 21:32:47 CEST 2014


On Wed, Jul 30, 2014 at 5:26 AM, Masahiro Yamada <yamada.m at jp.panasonic.com>
wrote:
>
> The following configs are not defined at all:
>
>  - CONFIG_FTMAC110
>  - CONFIG_INCA_IP_SWITCH
>  - CONFIG_PBL2800_ETHER
>  - CONFIG_PHY_ICPLUS
>
> Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
> ---
>
>  drivers/net/Makefile      |   3 -
>  drivers/net/ftmac110.c    | 480
----------------------------------------------
>  drivers/net/ftmac110.h    | 176 -----------------
>  drivers/net/phy/Makefile  |   1 -
>  drivers/net/phy/icplus.c  |  80 --------
>  drivers/net/phy/phy.c     |   3 -
>  drivers/net/plb2800_eth.c | 373 -----------------------------------
>  include/netdev.h          |   2 -
>  8 files changed, 1118 deletions(-)
>  delete mode 100644 drivers/net/ftmac110.c
>  delete mode 100644 drivers/net/ftmac110.h
>  delete mode 100644 drivers/net/phy/icplus.c
>  delete mode 100644 drivers/net/plb2800_eth.c

The Faraday driver is newly added and I believe they are trying to add some
support for IP that they include in their made-to-order ASICs.  I'm not
sure what the plan is for including the MAC in some board definition that
builds it to get build testing in the mainline, but that should be
addressed with the Faraday maintainer.  Probably the
include/configs/a320evb.h should define CONFIG_FTMAC110.

The others can be removed it seems.

Thanks,
-Joe


More information about the U-Boot mailing list