Re: [U-Boot] [PATCH v6 6/9] dfu: NAND specific routines for DFU operation

2013-03-14 Thread Scott Wood
On 03/14/2013 10:32:52 AM, Tom Rini wrote: From: Pantelis Antoniou Support for NAND storage devices to work with the DFU framework. Signed-off-by: Pantelis Antoniou Signed-off-by: Tom Rini --- Changes in v6: - Update dfu_nand.c based on Scott's feedback Changes in v5: - Document CONFIG_DFU_

[U-Boot] [PATCH v6 6/9] dfu: NAND specific routines for DFU operation

2013-03-14 Thread Tom Rini
From: Pantelis Antoniou Support for NAND storage devices to work with the DFU framework. Signed-off-by: Pantelis Antoniou Signed-off-by: Tom Rini --- Changes in v6: - Update dfu_nand.c based on Scott's feedback Changes in v5: - Document CONFIG_DFU_NAND in README Changes in v4: None Changes i