commit | d0bf37932ac98cc793da2164ac1a4656fbf34bbc | [log] [tgz] |
---|---|---|
author | Matt Reimer <mreimer@vpop.net> | Thu Oct 18 18:02:43 2007 -0700 |
committer | David Woodhouse <dwmw2@infradead.org> | Sat Jan 26 21:11:38 2008 +0800 |
tree | 916208746df847c350d93704e9df5d2e281193dc | |
parent | 4fac9f698404a5cd50b978fbdb7e54235353c215 [diff] |
[MTD] [NAND] fix s3c2410 error correction The single-bit error correction was, well, incorrect. For determing which bit to correct it was using P1' P2' P4' P8' instead of P1 P2 P4 P8, and it was using P16' P32' P64' P128' P256' P512' P1024' P2048' instead of P16 P32 P64 P128 P256 P512 P1024 P2048. Signed-off-by: Matt Reimer <mreimer@vpop.net> Signed-off-by: David Woodhouse <dwmw2@infradead.org>