From: Simon Glass Date: Wed, 18 Mar 2020 17:43:58 +0000 (-0600) Subject: test: vboot: Drop unnecessary parameter for fit_check_sign X-Git-Tag: v2020.04-rc5~11^2~10 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=477f559edf1144f95e29173d290818250aa57ef8;p=oweals%2Fu-boot.git test: vboot: Drop unnecessary parameter for fit_check_sign This tool only uses the last -k parameter provided. Drop the earlier one since it has no effect. Signed-off-by: Simon Glass --- diff --git a/test/py/tests/test_vboot.py b/test/py/tests/test_vboot.py index 9c41ee56b1..3dd8e3cb66 100644 --- 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