]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: omap: Fix switching back to nandecc sw.
authorJeroen Hofstee <dasuboot@myspectrum.nl>
Tue, 14 Aug 2012 10:39:29 +0000 (10:39 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 1 Sep 2012 12:58:19 +0000 (14:58 +0200)
commitd43950463c4801cf32d05da313b8e0dcc8ae00f2
tree76bc801faf568b17727439ebff9a731a832dc75a
parent1bb0946b5cd2d39762f178b3d98f5e2da4dbb4aa
arm: omap: Fix switching back to nandecc sw.

Orjan Friberg wrote at [1]:

"For the beagleboard, ecc.size is not explicitly set when doing 'nandecc
sw'. If it's not set for the NAND_ECC_SOFT case in nand_scan_tail, it's
set to 256 bytes.

When doing 'nandecc hw', ecc.size is set to 512 bytes. Hence, when
changing back to 'nandecc sw' ecc.size remains at 512 bytes and suddenly
the format has changed."

No patch has been submitted and the issue was still present. This patch
adds the mentioned solution. Tested on a tam3517 board.

[1] http://lists.denx.de/pipermail/u-boot/2012-February/119002.html

cc: Orjan Friberg <of@flatfrog.com>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
Acked-by: Nikita Kiryanov <nikita@compulab.co.il>
Signed-off-by: Jeroen Hofstee <jhofstee@victronenergy.com>
drivers/mtd/nand/omap_gpmc.c