commit | f68c897e2deacbf7870f3ba618d8d46efb44c149 | [log] [tgz] |
---|---|---|
author | Ye Li <ye.li@nxp.com> | Tue Aug 17 17:24:47 2021 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Thu Oct 07 16:53:50 2021 +0200 |
tree | e0942f9aeb8e9a71f294d107ee0eb2564b4b3871 | |
parent | ae3f752919fa2eff4fa865e5fb09657452856a84 [diff] |
mtd: nand: mxs_nand_spl: Add nand_spl_adjust_offset Since the mxs_nand_spl has implemented adjust read offset in nand_spl_load_image, so we don't need to check the bad block in nand_spl_adjust_offset. Directly return the offset to continue read by nand_spl_load_image. Signed-off-by: Ye Li <ye.li@nxp.com>