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

2012-05-15 Thread Joe Hershberger
Hi Mike, On Wed, Apr 4, 2012 at 11:53 PM, Mike Frysinger 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 > --- > v2 >        - rebased onto mainline > >  arch/arm/lib/board.c        

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

2012-04-04 Thread Mike Frysinger
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 --- v2 - rebased onto mainline arch/arm/lib/board.c|8 arch/avr32/lib/board.c |3 --- arch/bla