[U-Boot] [PATCH 2/2 v2] net: move bootfile init into eth_initialize

Joe Hershberger joe.hershberger at gmail.com
Wed May 16 01:01:41 CEST 2012


Hi Mike,

On Wed, Apr 4, 2012 at 11:53 PM, Mike Frysinger <vapier at gentoo.org> wrote:
> All arches init this the same way, so move the logic into the core
> net code to avoid duplicating it everywhere else.
>
> Signed-off-by: Mike Frysinger <vapier at gentoo.org>
> ---
> v2
>        - rebased onto mainline
>
>  arch/arm/lib/board.c                |    8 --------
>  arch/avr32/lib/board.c              |    3 ---
>  arch/blackfin/lib/board.c           |    7 +------
>  arch/m68k/lib/board.c               |    5 -----
>  arch/microblaze/lib/board.c         |    4 ----
>  arch/mips/lib/board.c               |    8 --------
>  arch/nds32/lib/board.c              |    6 ------
>  arch/powerpc/lib/board.c            |    8 --------
>  arch/sh/lib/board.c                 |   11 ++---------
>  arch/sparc/lib/board.c              |    5 -----
>  arch/x86/include/asm/init_helpers.h |    1 -
>  arch/x86/lib/board.c                |    3 ---
>  arch/x86/lib/init_helpers.c         |   12 ------------
>  net/eth.c                           |   10 ++++++++++
>  14 files changed, 13 insertions(+), 78 deletions(-)

Applied... thanks.

-Joe


More information about the U-Boot mailing list