]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
onenand: add yaffs write command
authorLei Wen <leiwen@marvell.com>
Thu, 2 Dec 2010 05:17:55 +0000 (05:17 +0000)
committerScott Wood <scottwood@freescale.com>
Fri, 17 Dec 2010 20:32:12 +0000 (14:32 -0600)
commit41c86240567307655ad837be17e6f5fa2a06452f
treef576a8f8f9c699c6cdb33b79842d65433ec4aeb6
parent7a8fc36e6c3430784c877b6799833059b1ef4d33
onenand: add yaffs write command

Yaffs image require to use the oob to store some info, so when we
burn the yaffs image, we need to also write the image's oob part
into flash.

This patch add addition suffix to onenand write to give the uboot
the power to directly burn the yaffs image to onenand.

Signed-off-by: Lei Wen <leiwen@marvell.com>
common/cmd_onenand.c