[U-Boot] [PATCH 3/4] net: drop !NET_MULTI code

Wolfgang Denk wd at denx.de
Wed Oct 5 21:00:51 CEST 2011


Dear Mike Frysinger,

In message <1317585688-3396-4-git-send-email-vapier at gentoo.org> you wrote:
> This is long over due.  All but two net drivers have been converted, but
> those have now been dropped.
> 
> The only thing left to do is actually delete all references to NET_MULTI
> and code that is compiled when that is not defined.  So here we scrub the
> core code.
> 
> Signed-off-by: Mike Frysinger <vapier at gentoo.org>
> ---
>  README                                 |    8 ++---
>  api/api_net.c                          |    4 --
>  arch/arm/lib/board.c                   |    2 -
>  arch/avr32/lib/board.c                 |    2 -
>  arch/m68k/lib/board.c                  |    2 -
>  arch/mips/lib/board.c                  |    2 -
>  arch/nios2/lib/board.c                 |    2 -
>  arch/powerpc/cpu/mpc8220/fec.c         |    3 +-
>  arch/powerpc/cpu/mpc8260/ether_fcc.c   |    3 +-
>  arch/powerpc/cpu/mpc8260/ether_scc.c   |    4 --
>  arch/powerpc/cpu/mpc85xx/ether_fcc.c   |    3 +-
>  arch/powerpc/cpu/ppc4xx/miiphy.c       |    7 ++--
>  arch/powerpc/include/asm/ppc4xx-emac.h |    1 -
>  arch/powerpc/lib/board.c               |    2 -
>  arch/sparc/lib/board.c                 |    2 -
>  arch/x86/lib/board.c                   |    2 -
>  board/BuS/eb_cpux9k2/cpux9k2.c         |    2 -
>  board/cm-bf537e/cm-bf537e.c            |    2 -
>  board/cm-bf537u/cm-bf537u.c            |    2 -
>  board/evb64260/eth.c                   |    2 +-
>  board/tcm-bf537/tcm-bf537.c            |    2 -
>  doc/README.m53017evb                   |    1 -
>  doc/README.m5373evb                    |    1 -
>  doc/README.m54455evb                   |    1 -
>  doc/README.m5475evb                    |    1 -
>  doc/README.usb                         |    1 -
>  doc/feature-removal-schedule.txt       |   19 ------------
>  drivers/net/4xx_enet.c                 |    4 --
>  drivers/net/mcfmii.c                   |    4 +-
>  drivers/net/mpc512x_fec.c              |    5 ---
>  include/net.h                          |   40 --------------------------
>  net/eth.c                              |   49 +++++++------------------------
>  net/net.c                              |   30 -------------------
>  net/nfs.c                              |    2 -
>  net/tftp.c                             |    4 --
>  35 files changed, 23 insertions(+), 198 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
FORTRAN? The syntactically incorrect statement "DO 10 I = 1.10"  will
parse  and  generate  code  creating  a  variable, DO10I, as follows:
"DO10I = 1.10" If that doesn't terrify you, it should.


More information about the U-Boot mailing list