commit | 0fed070c38c675fa8e5bda4f3753a379cd9e830d | [log] [tgz] |
---|---|---|
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | Fri Apr 08 12:27:41 2022 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Tue Apr 12 19:10:44 2022 +0200 |
tree | c8b5d8ff829ffea8fa4e926cbddeafd4aab56cc2 | |
parent | 192e7012c201b0d43b252b3f10acc8894a467dc6 [diff] |
colibri-imx6ull: fix nand bch geometry Fix NAND BCH geometry as otherwise the following errors are observed upon boot: ... Loading Environment from NAND... NAND read from offset 380000 failed -74 ... NAND read from offset 800 failed -74 ... ubi0 error: ubi_io_read: error -74 (ECC error) while reading 64 bytes from PEB 0:0, read 64 bytes ... Fixes: ed48490f8d3f ("mtd: gpmi: fix the bch setting backward compatible issue") Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>