commit | deb80ec023ecace8afa3dc13c1bef757a247b206 | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Tue Aug 17 08:17:18 2021 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Thu Oct 07 16:53:50 2021 +0200 |
tree | 8b62ab9142def602c000e0fce5d996e050877675 | |
parent | 9de35448580020b526b6e5a8b538a59a64c72f0e [diff] |
imx: spl: fix imx8m secure boot cherry-picked from NXP code: 719d665a87c6: ("MLK-20467 imx8m: Fix issue for booting signed image through uuu") which fixes secure boot on imx8m based boards. Problem was that FIT header and so IVT header too, was loaded to memallocated address. So the ivt header address coded in IVT itself does not fit with the real position. Signed-off-by: Heiko Schocher <hs@denx.de> Tested-by: Tim Harvey <tharvey@gateworks.com>