Re: [OpenWrt-Devel] [PATCH v2] BCMA - Reorder SPROM fill

2012-03-11 Thread Hauke Mehrtens
On 03/05/2012 04:20 AM, Nathan Hintz wrote: > The SPROM is initialized in bcm47xx_fill_sprom, so move the call to > bcm47xx_fill_sprom_ethernet after it. > > Changes since v1: > > Redesigned patch to move initialization of sprom from "bcm47xx_fill_sprom" to > calling functions, instead of > reo

[OpenWrt-Devel] [PATCH v2] BCMA - Reorder SPROM fill

2012-03-04 Thread Nathan Hintz
The SPROM is initialized in bcm47xx_fill_sprom, so move the call to bcm47xx_fill_sprom_ethernet after it. Changes since v1: Redesigned patch to move initialization of sprom from "bcm47xx_fill_sprom" to calling functions, instead of reordering. Signed-off-by: Nathan Hintz Index: target/linux