]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: move bootfile init into eth_initialize
authorMike Frysinger <vapier@gentoo.org>
Wed, 4 Apr 2012 18:53:41 +0000 (18:53 +0000)
committerJoe Hershberger <joe.hershberger@ni.com>
Tue, 15 May 2012 22:32:33 +0000 (17:32 -0500)
commitde30122bb58fee7b0f94bcfabab595b6ad757336
treee109b8799a2fe97e49424bec56cbe448154d1dd4
parent50a47d0523e8efebe912bef539a77ffd42116451
net: move bootfile init into eth_initialize

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@gentoo.org>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
14 files changed:
arch/arm/lib/board.c
arch/avr32/lib/board.c
arch/blackfin/lib/board.c
arch/m68k/lib/board.c
arch/microblaze/lib/board.c
arch/mips/lib/board.c
arch/nds32/lib/board.c
arch/powerpc/lib/board.c
arch/sh/lib/board.c
arch/sparc/lib/board.c
arch/x86/include/asm/init_helpers.h
arch/x86/lib/board.c
arch/x86/lib/init_helpers.c
net/eth.c