Re: [PATCH] mtd: rawnand: mxs_nand: Fix use_minimum_ecc for spl driver

2022-03-29 Thread han.xu
On 22/03/29 04:38PM, Ye Li wrote: > Because mxs_nand_spl driver does not support DM, to use the minimum ECC > layout, it needs to handle the CONFIG_NAND_MXS_USE_MINIMUM_ECC. Yes, spl also need the CONFIG_NAND_MXS_USE_MINIMUM_ECC flag. Reviewed-by: Han Xu > > Signed-off-by: Ye Li > --- > driv

Re: [EXT] [PATCH] mtd: mxs_nand: default to legacy bch and rename to modern bch option

2021-05-13 Thread han.xu
On 21/05/11 07:08AM, Sean Nyekjaer wrote: > Caution: EXT Email > > On 11/05/2021 04.49, han.xu wrote: > > On 21/05/10 12:00PM, Sean Nyekjaer wrote: > >> Caution: EXT Email > >> > >> Linux kernel defaults to use legacy bch setting, this was creating a >

Re: [EXT] [PATCH] mtd: mxs_nand: default to legacy bch and rename to modern bch option

2021-05-10 Thread han.xu
On 21/05/10 12:00PM, Sean Nyekjaer wrote: > Caution: EXT Email > > Linux kernel defaults to use legacy bch setting, this was creating a > mismatch between U-boot and Linux default settings. Kernel uses the NAND chip specified minimum ecc strength and steps by default not the legacy bch setting, u