test: vboot: Drop unnecessary parameter for fit_check_sign
authorSimon Glass <sjg@chromium.org>
Wed, 18 Mar 2020 17:43:58 +0000 (11:43 -0600)
committerSimon 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

index 9c41ee56b151ce7e4afeae4918578ab9c22235ce..3dd8e3cb664e353a61f8b8e6f8c34d2e8a7514ed 100644 (file)
@@ -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