]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Delay FIT format check on sector based devices
authorMarian Balakowicz <m8@semihalf.com>
Fri, 6 Jun 2008 21:07:40 +0000 (23:07 +0200)
committerWolfgang Denk <wd@denx.de>
Mon, 30 Jun 2008 20:52:43 +0000 (22:52 +0200)
commit3bab76a26e03df4ff81342fcc16393ce37d9766b
tree7f9872454654ad432dd68b921ab4af798f5686cf
parent9810263afec5ac5f38f92963bb3b6d799e4331d0
Delay FIT format check on sector based devices

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 <m8@semihalf.com>
Partial ('cmd_nand' case) Acked-by: Grant Erickson <gerickson@nuovations.com>
NAND and DOC bits Acked-by: Scott Wood <scottwood@freescale.com>
common/cmd_doc.c
common/cmd_fdc.c
common/cmd_ide.c
common/cmd_nand.c
common/cmd_scsi.c
common/cmd_usb.c