]> git.dujemihanovic.xyz Git - u-boot.git/commit
imx: spl: implement spl_load_simple_fit_fix_load
authorHeiko Schocher <hs@denx.de>
Fri, 6 Aug 2021 04:44:27 +0000 (06:44 +0200)
committerStefano Babic <sbabic@denx.de>
Thu, 7 Oct 2021 14:53:50 +0000 (16:53 +0200)
commit9de35448580020b526b6e5a8b538a59a64c72f0e
treeb1d4f38fa87c4e8a3645a76d67891b08d656303c
parent884ba50a078f57df5bf18a1bbc8aa337f5ce404d
imx: spl: implement spl_load_simple_fit_fix_load

read the address where the IVT header must sit
from IVT image header, loaded from SPL into
an malloced buffer and copy the IVT header
to this address

May make this dependend on SoC ?

Signed-off-by: Heiko Schocher <hs@denx.de>
arch/arm/mach-imx/spl.c