From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Fri, 18 May 2012 18:10:06 -0500 Subject: [U-Boot] nand_util: correct YAFFS image write function In-Reply-To: <1758018814E5A64A96A6FC1FD9299DB3ED8D@IRSMSX101.ger.corp.intel.com> References: <1758018814E5A64A96A6FC1FD9299DB3ED8D@IRSMSX101.ger.corp.intel.com> Message-ID: <20120518231006.GA17402@tyr.buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Jan 17, 2012 at 07:55:02PM -0000, Liu wrote: > In function nand_write_skip_bad(),for YAFFS filesystem part, > write_oob() will return 0 when success, so when rval equals 0, > it should continue to write the next page, and no break. > > Signed-off-by: Wentao, Liu > Acked-by: Lei Wen Applied to u-boot-nand-flash (sorry about the delay) -Scott