]> git.baikalelectronics.ru Git - uboot.git/commit
MTD: mxs_nand: Fix BCH read timeout error on boards requiring ECC
authorAdam Ford <aford173@gmail.com>
Thu, 3 Jan 2019 02:36:52 +0000 (20:36 -0600)
committerStefano Babic <sbabic@denx.de>
Fri, 15 Feb 2019 11:36:08 +0000 (12:36 +0100)
commit9b5322894435276b0d6912ae8e76026de129b062
treeda88da273f69c3a38653bbb3e9a70545489c22aa
parenta008c5fde62f72dc1cc1332eb4518a13751cbd23
MTD: mxs_nand: Fix BCH read timeout error on boards requiring ECC

The LogicPD board uses a Micron Flash with ECC.  To boot this from
SPL, the ECC needs to be correctly configured or the BCH engine
times out.

Signed-off-by: Adam Ford <aford173@gmail.com>
Acked-by: Stefan Agner <stefan.agner@toradex.com>
Tested-by: Jörg Krause <joerg.krause@embedded.rocks>
Acked-by: Tim Harvey <tharvey@gateworks.com>
Tested-by: Tim Harvey <tharvey@gateworks.com>
drivers/mtd/nand/raw/mxs_nand.c
drivers/mtd/nand/raw/mxs_nand_spl.c