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)
commit477f559edf1144f95e29173d290818250aa57ef8
tree9f38c3418b23316825a48a9280620fd8df148922
parent472f9113dbbbed88345f3d38de3ff37ca163508e
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 <sjg@chromium.org>
test/py/tests/test_vboot.py