summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2022-03-24 22:27:34 +0800
committerYe Li <ye.li@nxp.com>2022-04-06 18:06:14 +0800
commitf0cc8bc2fab54ff1aa7b48c241c8e96042d8ad92 (patch)
tree164857b5515decc67cc428d5a313a2e71a621d14 /arch/arm
parentf007c41f8aea393dbc07516dc651dc5a18f95101 (diff)
LFU-278-17 mtd: nand: mxs_nand_spl: Remove the page aligned access
The mxs_nand_spl driver can support to read from page unaligned offset, so don't need to set bl_len to ask spl_load_simple_fit to handle the page unaligned access. Actually spl_load_simple_fit has two parts of reading: spl_simple_fit_read and spl_load_fit_image. The spl_load_fit_image can handle the page unaligned offset, but the spl_simple_fit_read can't do it. spl_simple_fit_read requires the FIT location at page aligned offset. Hence, remove the nand_get_mtd overwrite function from mxs_nand_spl to use page unaligned read by driver. Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'arch/arm')
0 files changed, 0 insertions, 0 deletions