From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Erickson Date: Fri, 06 Jun 2008 14:51:05 -0700 Subject: [U-Boot-Users] [PATCH] [FIT] Delay FIT format check on sector based devices In-Reply-To: <20080606210025.17567.28404.stgit@hekate.izotz.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > > Grant, > > Please give this patch a try on your system and let me know if it helped to > solve the nand booting issue. Marian: Thanks for the prompt response on the patch. This matches what I mocked up as a fix and testing your solution works for the 'cmd_nand' case on my AMCC board. I did not test and cannot comment on the others so I'll partially ACK it. Partial Acked-by: Grant Erickson Thanks again, Grant