commit | e8b68048e1deca93976a2656faf778f877a208b2 | [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 | 27b6a4504e8d190177bbe8ece5a079cd7e83de4d [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>