Re: [PATCH 09/16] tools: Pass the key blob around

2022-01-26 Thread Simon Glass
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 --- boot/image-fit-sig.c | 31 ++- boot/image-fit.c | 12 +++- comm

[PATCH 09/16] tools: Pass the key blob around

2021-11-12 Thread Simon Glass
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 --- boot/image-fit-sig.c | 31 ++- boot/image-fit.c | 12 +++- comm