commit | 479fd4a3c41035b109f59c786de7ad1e521173bb | [log] [tgz] |
---|---|---|
author | Ye Li <ye.li@nxp.com> | Sat Aug 07 16:01:08 2021 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Mon Aug 09 14:46:51 2021 +0200 |
tree | b7c8cf447a921792ff2311a333ef5cf7a45c1c4e | |
parent | 0e358055ab6707c49dd8e37f5ca368d867531cdd [diff] |
imx8ulp: Add workaround for eMMC boot When booting from boot part1/2, the image offset should be 0, but ROM has a bug to return 0x8000. Has to workaround the issue before ROM fix it. Use a ROM function to know boot from emmc boot part or user part So we can set the image offset accordingly. Signed-off-by: Ye Li <ye.li@nxp.com>