From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Tue, 27 Sep 2011 14:08:53 -0500 Subject: [U-Boot] [U-Boot, v2] mtd: eLBC NAND: remove elbc_fcm_ctrl->oob_poi In-Reply-To: <1310423383-26952-1-git-send-email-mhench@elutions.com> References: <1310423383-26952-1-git-send-email-mhench@elutions.com> Message-ID: <20110927190853.GA25730@schlenkerla.am.freescale.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 Mon, Jul 11, 2011 at 12:29:43PM -0000, Mike Hench wrote: > From: mhench > > The eLBC NAND driver currently follows up each program/write operation with a > read-back of the page, in order to [ostensibly] fill in ECC data for the > caller. However, the page address used for this read is always -1, so the read > will never work correctly. Remove this useless (and potentially problematic) > block of code. > > v2: fix broken mailer > > Signed-off-by: mhench > > --- > drivers/mtd/nand/fsl_elbc_nand.c | 32 ++------------------------------ > 1 files changed, 2 insertions(+), 30 deletions(-) Applied to u-boot-nand-flash next. Sorry for the delay, lost track of this one and recently found it again in Patchwork. In the future, please use your full name in the signed-off-by line. -Scott