]> git.dujemihanovic.xyz Git - u-boot.git/commit
tools: Pass the key blob around
authorSimon Glass <sjg@chromium.org>
Fri, 12 Nov 2021 19:28:10 +0000 (12:28 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 26 Jan 2022 15:50:44 +0000 (08:50 -0700)
commit99f844ba3a6b3ddd73742cddf7dee955bbb96c61
tree27fbc1ca8b923dcfa06f090e6d0337993f0c9940
parent2ad90b395313a7350cfb0543b4979a24746413b3
tools: Pass the key blob around

At present we rely on the key blob being in the global_data fdt_blob
pointer. This is true in U-Boot but not with tools. For clarity, pass the
parameter around.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/image-fit-sig.c
boot/image-fit.c
common/spl/spl_fit.c
include/image.h