]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mtd: nand: am335x: Fix 'bit-flip' errors in SPL
authorRostislav Lisovy <lisovy@gmail.com>
Tue, 9 Sep 2014 13:54:30 +0000 (15:54 +0200)
committerScott Wood <scottwood@freescale.com>
Thu, 25 Sep 2014 18:43:00 +0000 (13:43 -0500)
commit2f665945b39a9972260cbcf60d5e7f2a60587f5e
tree42d1615242c1f74862e56a66f6137697c32ef39c
parente3a4facdfc07179ebe017a07b8de6224a935a9f3
mtd: nand: am335x: Fix 'bit-flip' errors in SPL

OMAP GPMC driver used with some NAND Flash devices
(e.g. Spansion S34ML08G1) causes that U-boot shows
hundreds of 'nand: bit-flip corrected' error messages.
Possible cause was discussed in the mailinglist thread:
http://lists.denx.de/pipermail/u-boot/2014-April/177508.html

The issue was partially fixed with the cc81a5291910d7a.git
however this has to be done to fix the SPL.

The original author of the code is Belisko Marek
<marek.belisko@gmail.com>

Signed-off-by: Rostislav Lisovy <lisovy@merica.cz>
drivers/mtd/nand/am335x_spl_bch.c