mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 23:11:32 +02:00
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>
This commit is contained in:
@@ -180,8 +180,7 @@ def test_vboot(u_boot_console):
|
|||||||
|
|
||||||
cons.log.action('%s: Check signed config on the host' % sha_algo)
|
cons.log.action('%s: Check signed config on the host' % sha_algo)
|
||||||
|
|
||||||
util.run_and_log(cons, [fit_check_sign, '-f', fit, '-k', tmpdir,
|
util.run_and_log(cons, [fit_check_sign, '-f', fit, '-k', dtb])
|
||||||
'-k', dtb])
|
|
||||||
|
|
||||||
# Replace header bytes
|
# Replace header bytes
|
||||||
bcfg = u_boot_console.config.buildconfig
|
bcfg = u_boot_console.config.buildconfig
|
||||||
|
Reference in New Issue
Block a user