[U-Boot] [PATCH 5/5] smc911x: allow mac address to be kept after smc911x_halt

2009-11-11 Thread Mike Rapoport
The smc911x_halt gets called after completion of network opration and resets the chip. When there is no SROM attached to the SMSC, MAC address gets reset as well. Add CONFIG_SMC911X_KEEP_MAC option to allow boards with no SROM instruct the SMSC driver to keep mac address after the reset Signed-off

Re: [U-Boot] [PATCH 5/5] smc911x: allow mac address to be kept after smc911x_halt

2009-11-11 Thread Mike Frysinger
On Wednesday 11 November 2009 03:03:04 Mike Rapoport wrote: > The smc911x_halt gets called after completion of network opration > and resets the chip. When there is no SROM attached to the SMSC, MAC > address gets reset as well. Add CONFIG_SMC911X_KEEP_MAC option to allow > boards with no SROM inst

Re: [U-Boot] [PATCH 5/5] smc911x: allow mac address to be kept after smc911x_halt

2009-11-11 Thread Mike Rapoport
Mike Frysinger wrote: > On Wednesday 11 November 2009 03:03:04 Mike Rapoport wrote: >> The smc911x_halt gets called after completion of network opration >> and resets the chip. When there is no SROM attached to the SMSC, MAC >> address gets reset as well. Add CONFIG_SMC911X_KEEP_MAC option to all

Re: [U-Boot] [PATCH 5/5] smc911x: allow mac address to be kept after smc911x_halt

2009-11-11 Thread Mike Frysinger
On Wednesday 11 November 2009 11:05:24 Mike Rapoport wrote: > Mike Frysinger wrote: > > On Wednesday 11 November 2009 03:03:04 Mike Rapoport wrote: > >> The smc911x_halt gets called after completion of network opration > >> and resets the chip. When there is no SROM attached to the SMSC, MAC > >> a