Re: [U-Boot-Users] [PATCH] [FIT] Delay FIT format check on sector based devices

2008-07-05 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Global FIT image operations like format check cannot be performed on > a first sector data, defer them to the point when whole FIT image was > uploaded to a system RAM. > > Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> > --- > > Grant, > > Pleas

Re: [U-Boot-Users] [PATCH] [FIT] Delay FIT format check on sector based devices

2008-06-09 Thread Scott Wood
On Fri, Jun 06, 2008 at 11:07:40PM +0200, Marian Balakowicz wrote: > Global FIT image operations like format check cannot be performed on > a first sector data, defer them to the point when whole FIT image was > uploaded to a system RAM. > > Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> > -

Re: [U-Boot-Users] [PATCH] [FIT] Delay FIT format check on sector based devices

2008-06-06 Thread Grant Erickson
On 6/6/08 2:07 PM, Marian Balakowicz wrote: > Global FIT image operations like format check cannot be performed on > a first sector data, defer them to the point when whole FIT image was > uploaded to a system RAM. > > Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> > --- > > Grant, > > Ple

[U-Boot-Users] [PATCH] [FIT] Delay FIT format check on sector based devices

2008-06-06 Thread Marian Balakowicz
Global FIT image operations like format check cannot be performed on a first sector data, defer them to the point when whole FIT image was uploaded to a system RAM. Signed-off-by: Marian Balakowicz <[EMAIL PROTECTED]> --- Grant, Please give this patch a try on your system and let me know if it h