Re: [U-Boot] [U-BOOT] [PATCH V2] NAND: add the ability to directly write yaffs image

2011-01-10 Thread Scott Wood
On Thu, Jan 06, 2011 at 11:11:58AM +0800, Lei Wen wrote: > This patch add addition suffix to nand write to give the uboot > the power to directly burn the yaffs image to nand. > > Signed-off-by: Lei Wen > --- > V2: fix compile warning, and add CONFIG_CMD_NAND_YAFFS to reduce code > when n

[U-Boot] [U-BOOT] [PATCH V2] NAND: add the ability to directly write yaffs image

2011-01-05 Thread Lei Wen
This patch add addition suffix to nand write to give the uboot the power to directly burn the yaffs image to nand. Signed-off-by: Lei Wen --- V2: fix compile warning, and add CONFIG_CMD_NAND_YAFFS to reduce code when not use this function. common/cmd_nand.c| 15 +-