mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-13 10:20:27 +00:00
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>