Re: [U-Boot] [PATCH] nand_spl: Fix large page nand_command()

2011-04-05 Thread Scott Wood
On Tue, Apr 05, 2011 at 10:41:00AM -0400, Alex wrote: > From: Alex Waterman > Date: Tue, 5 Apr 2011 10:32:38 -0400 > Subject: [PATCH] nand_spl: Fix large page nand_command() > > The large page nand_command() function addresses all chips by byte offset; > when using a 16 bit chip the NAND_CMD_READ

[U-Boot] [PATCH] nand_spl: Fix large page nand_command()

2011-04-05 Thread Alex
From: Alex Waterman Date: Tue, 5 Apr 2011 10:32:38 -0400 Subject: [PATCH] nand_spl: Fix large page nand_command() The large page nand_command() function addresses all chips by byte offset; when using a 16 bit chip the NAND_CMD_READOOB emulation would then address the OOB as though it were a byte