projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
472f911
)
test: vboot: Drop unnecessary parameter for fit_check_sign
author
Simon Glass
<sjg@chromium.org>
Wed, 18 Mar 2020 17:43:58 +0000
(11:43 -0600)
committer
Simon Glass
<sjg@chromium.org>
Wed, 1 Apr 2020 13:45:09 +0000
(07:45 -0600)
This tool only uses the last -k parameter provided. Drop the earlier one
since it has no effect.
Signed-off-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_vboot.py
patch
|
blob
|
history
diff --git
a/test/py/tests/test_vboot.py
b/test/py/tests/test_vboot.py
index
9c41ee5
..
3dd8e3c
100644
(file)
--- a/
test/py/tests/test_vboot.py
+++ b/
test/py/tests/test_vboot.py
@@
-180,8
+180,7
@@
def test_vboot(u_boot_console):
cons.log.action('%s: Check signed config on the host' % sha_algo)
- util.run_and_log(cons, [fit_check_sign, '-f', fit, '-k', tmpdir,
- '-k', dtb])
+ util.run_and_log(cons, [fit_check_sign, '-f', fit, '-k', dtb])
# Replace header bytes
bcfg = u_boot_console.config.buildconfig