commit | 9caf9515affddc61c7ce61ffb4a4b57cf7979bfa | [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 | 7e2ca9c54e3e03115c3853f82e9a7d0fa9fbd265 [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>