Re: [U-Boot] [PATCH] km/arm: set SPI NOR Flash default parameters

2012-09-03 Thread Prafulla Wadaskar
> -Original Message- > From: Prafulla Wadaskar > Sent: 16 August 2012 09:46 > To: 'Valentin Longchamp' > Cc: u-boot@lists.denx.de; Holger Brunck > Subject: RE: [PATCH] km/arm: set SPI NOR Flash default parameters > > > > > -Original Message- > > From: Valentin Longchamp [mailto

Re: [U-Boot] [PATCH] km/arm: set SPI NOR Flash default parameters

2012-08-15 Thread Prafulla Wadaskar
> -Original Message- > From: Valentin Longchamp [mailto:valentin.longch...@keymile.com] > Sent: 15 August 2012 20:46 > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; Holger Brunck > Subject: Re: [PATCH] km/arm: set SPI NOR Flash default parameters > > Hi Prafulla, > > On 08/14/2012 0

Re: [U-Boot] [PATCH] km/arm: set SPI NOR Flash default parameters

2012-08-15 Thread Valentin Longchamp
Hi Prafulla, On 08/14/2012 03:17 PM, Prafulla Wadaskar wrote: > > >> -Original Message- >> From: Valentin Longchamp [mailto:valentin.longch...@keymile.com] >> Sent: 14 August 2012 17:09 >> To: Prafulla Wadaskar >> Cc: u-boot@lists.denx.de; Valentin Longchamp; Holger Brunck >> Subject: [P

Re: [U-Boot] [PATCH] km/arm: set SPI NOR Flash default parameters

2012-08-14 Thread Prafulla Wadaskar
> -Original Message- > From: Valentin Longchamp [mailto:valentin.longch...@keymile.com] > Sent: 14 August 2012 17:09 > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; Valentin Longchamp; Holger Brunck > Subject: [PATCH] km/arm: set SPI NOR Flash default parameters > > These parameters

[U-Boot] [PATCH] km/arm: set SPI NOR Flash default parameters

2012-08-14 Thread Valentin Longchamp
These parameters are used by the the sf probe command that are used by our update script and they therefore need to be set for all of our boards. The timing is the same as for the ENV SPI NOR Flash (since it's the same physical device) and takes the boco2 delay on the bus into account. Signed-off