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

Simon Glass sjg at chromium.org
Thu Jan 27 00:57:08 CET 2022


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 at chromium.org>
---

 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!


More information about the U-Boot mailing list