
22 Mar
2022
22 Mar
'22
9:47 a.m.
Hi Han,
On Mon, Mar 21, 2022 at 03:18:34PM -0500, Han Xu wrote:
The code change fixed the kernel gpmi bch setting not aligned with u-boot settings issue. It still uses the legacy bch geometry as the
AFAIK there is no merged changes in the kernel regarding this. The breaking change was done in u-boot.
default option. If users need to choose the minimum ecc strength that NAND chips required, it can be enabled by either adding DT flag "fsl,use-minimum-ecc" or CONFIG_NAND_MXS_USE_MINIMUM_ECC in configs.
Cool, then remember to remove the non used "fsl,legacy-bch-geometry" option.
Fixes: 51cdf83eea mtd: gpmi: provide the option to use legacy bch geometry Signed-off-by: Han Xu han.xu@nxp.com
I will have time to test this on thursday...
/Sean