commit | 5c09c2587338abcd7ee3d189deedc9034fea8037 | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Sat Oct 14 16:47:40 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 17 20:50:52 2023 -0400 |
tree | 30450bb306d6ada7606d65a412ef616f77d6a413 | |
parent | 5264413246ed258197eea2bd36b3292b9a6cbe6f [diff] |
arm: imx: Fix i.MX8 container load address We should load images to their destination, not their entry point. Fixes: 7b86cd4274e ("imx8: support parsing i.MX8 Container file") Signed-off-by: Sean Anderson <seanga2@gmail.com>