commit | e10e2eee56e634bc89e02a0ca4ae96704df99fa0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Nov 12 12:28:10 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Jan 26 08:50:44 2022 -0700 |
tree | 27fbc1ca8b923dcfa06f090e6d0337993f0c9940 | |
parent | e3b2178b225cf0c05d9a7b1cc1f51fa0715d3dbe [diff] |
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>