All of lore.kernel.org
 help / color / mirror / Atom feed
From: Scott Wood <scottwood@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] OMAP3 broken NAND hardware ECC generation
Date: Mon, 10 Nov 2008 12:33:25 -0600	[thread overview]
Message-ID: <49187E75.7020701@freescale.com> (raw)
In-Reply-To: <4917314A.50700@googlemail.com>

Dirk Behme wrote:
> I'm not sure, but it seems to me, that omap_enable_hwecc() is never 
> called. An printf() in this function is not shown.
> 
> Maybe call of nand_scan_tail(mtd); in omap_nand_switch_ecc() resets 
> anything? Or any other idea?

You never cleared out nand->ecc.write_page (and others), so 
nand_scan_tail() saw that they were non-NULL and assumed you were 
overriding them, and you got the soft-ECC versions of those, but the 
hard-ECC calculate method.

-Scott

      reply	other threads:[~2008-11-10 18:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-09 18:51 [U-Boot] OMAP3 broken NAND hardware ECC generation Dirk Behme
2008-11-10 18:33 ` Scott Wood [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49187E75.7020701@freescale.com \
    --to=scottwood@freescale.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.