]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test: vboot: Move key creation into a function
authorSimon Glass <sjg@chromium.org>
Wed, 18 Mar 2020 17:44:07 +0000 (11:44 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 1 Apr 2020 13:45:09 +0000 (07:45 -0600)
commitda76ed2795f2679ff0fa3c43f2b906157ec7c0b0
treeaa24c08700c52cd8073ea9851815bc75b7bbadc6
parent72188f546291cfadea99e9383c133d6aaa37d87d
test: vboot: Move key creation into a function

This code is repeated so move it into a function with a parameter.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_vboot.py