commit | 41c86240567307655ad837be17e6f5fa2a06452f | [log] [tgz] |
---|---|---|
author | Lei Wen <leiwen@marvell.com> | Thu Dec 02 05:17:55 2010 +0000 |
committer | Scott Wood <scottwood@freescale.com> | Fri Dec 17 14:32:12 2010 -0600 |
tree | f576a8f8f9c699c6cdb33b79842d65433ec4aeb6 | |
parent | 7a8fc36e6c3430784c877b6799833059b1ef4d33 [diff] |
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>