commit | 426316fecb5cdac0f03b3770dccd0be0d01d927c | [log] [tgz] |
---|---|---|
author | Tudor Ambarus <tudor.ambarus@microchip.com> | Fri Jan 08 14:40:19 2021 +0200 |
committer | Eugen Hristev <eugen.hristev@microchip.com> | Fri Jan 22 15:09:59 2021 +0200 |
tree | c8710d21b834f7155520ad6ee2de091fb54837d5 | |
parent | 6acbaed1271dc8f05b0c561316f87b0467729c1c [diff] |
sama5d3: Fix Galois Field Table offsets Offsets are described in the datasheet at section: "11.4.4.2 NAND Flash Boot: PMECC Error Detection and Correction". For testing I "injected" bit flips into u-boot NAND memory area, and then read back. PMECC could not correct the errors. With the offsets updated everything is fine. Fixes: 3225f34e5c ("ARM: atmel: add sama5d3xek support") Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>