commit | 9fd406de522ef1fb5863837eee1dd9bd99cd4b07 | [log] [tgz] |
---|---|---|
author | Ye Li <ye.li@nxp.com> | Thu Mar 31 13:27:47 2022 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Thu May 19 21:39:36 2022 +0200 |
tree | 03306fbc3218bed1c39e26205231a811bfa6ff5b | |
parent | f83bd23e2a0e9861969c9d43395299a14f25ddda [diff] |
mtd: rawnand: mxs_nand: Fix use_minimum_ecc for spl driver 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 <ye.li@nxp.com> Reviewed-by: Han Xu <han.xu@nxp.com>