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 <[email protected]> --- boot/image-fit-sig.c | 31 ++++++++++++++++++------------- boot/image-fit.c | 12 +++++++----- common/spl/spl_fit.c | 3 ++- include/image.h | 23 ++++++++++++++++++----- 4 files changed, 45 insertions(+), 24 deletions(-) Applied to u-boot-dm, thanks!

