]> git.dujemihanovic.xyz Git - u-boot.git/commit
imx: hab: Use size parameter
authorMarek Vasut <marex@denx.de>
Thu, 31 Aug 2023 14:57:24 +0000 (16:57 +0200)
committerStefano Babic <sbabic@denx.de>
Mon, 16 Oct 2023 14:25:09 +0000 (16:25 +0200)
commitb0296e22cb48c26ffe5ceb09f35a2ac5975a299f
treeb33d6af49969f370e1d7c829e2f8de5c523c08ee
parentcc7df0b9e8bcc63f06db83e7e44e6b214cc30e1d
imx: hab: Use size parameter

The current code works by sheer coincidence, because (see HABv4 API
documentation, section 3.4) the RVT authenticate_image call updates
the size that is passed in with the actual size ROM code pulls from
IVT/CSF . So if the input size is larger, that is "fine" . Pass in
size instead to make this really correct.

Signed-off-by: Marek Vasut <marex@denx.de>
arch/arm/mach-imx/spl.c