From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 9 Jun 2008 13:11:58 -0500 Subject: [U-Boot-Users] [PATCH] [FIT] Delay FIT format check on sector based devices In-Reply-To: <20080606210025.17567.28404.stgit@hekate.izotz.org> References: <20080606210025.17567.28404.stgit@hekate.izotz.org> Message-ID: <20080609181158.GA2907@loki.buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > > Grant, > > Please give this patch a try on your system and let me know if it helped to > solve the nand booting issue. > > Thanks, > m. > > common/cmd_doc.c | 19 ++++++++++--------- > common/cmd_fdc.c | 15 ++++++++------- > common/cmd_ide.c | 19 ++++++++++--------- > common/cmd_nand.c | 38 ++++++++++++++++++++------------------ > common/cmd_scsi.c | 15 ++++++++------- > common/cmd_usb.c | 15 ++++++++------- > 6 files changed, 64 insertions(+), 57 deletions(-) NAND and DOC bits Acked-by: Scott Wood -Scott