commit | bc8aa2803989a35dc551f7cd6b879e14074403d6 | [log] [tgz] |
---|---|---|
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | Fri Feb 19 12:45:20 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 14 15:23:01 2021 -0400 |
tree | 4f252df9b941fd1a21e55d07ea68555062398894 | |
parent | 80c81a30db58b16c79f73bcadecc4bb62075291d [diff] |
test/py: ecdsa: Use mkimage keyfile instead of keydir argument Originally, the ECDSA code path used 'keydir' as the key filename. mkimage has since been updated to include a new 'keyfile' argument. Use the new argument for passing in the key. Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>