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

2022-03-29 Thread Fabio Estevam
Hi Ye Li, On Tue, Mar 29, 2022 at 5:38 AM 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. > > Signed-off-by: Ye Li > --- > drivers/mtd/nand/raw/mxs_nand.c | 4 > 1 file changed, 4 ins

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

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

2022-03-29 Thread Ye Li
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. Signed-off-by: Ye Li --- drivers/mtd/nand/raw/mxs_nand.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/mtd/nand/raw/mxs_nand.c b/drivers/mtd/n