u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
To: u-boot@lists.denx.de
Subject: [PATCH 1/3] test_vboot.py: remove extraneous -k option to fit_check_sign
Date: Tue, 11 Feb 2020 09:49:14 +0000	[thread overview]
Message-ID: <20200211094818.14219-2-rasmus.villemoes@prevas.dk> (raw)
In-Reply-To: <20200211094818.14219-1-rasmus.villemoes@prevas.dk>

Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
---
 test/py/tests/test_vboot.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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
-- 
2.23.0

  reply	other threads:[~2020-02-11  9:49 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-11  9:49 [PATCH 0/3] RFC: add fdt_add_pubkey tool Rasmus Villemoes
2020-02-11  9:49 ` Rasmus Villemoes [this message]
2020-02-11 17:14   ` [PATCH 1/3] test_vboot.py: remove extraneous -k option to fit_check_sign Simon Glass
2020-02-11  9:49 ` [PATCH 2/3] tools: add fdt_add_pubkey Rasmus Villemoes
2020-02-11  9:54   ` Alex Kiernan
2020-02-11 10:22     ` Rasmus Villemoes
2020-02-11 13:58       ` Alex Kiernan
2020-02-11 17:14   ` Simon Glass
2020-02-11  9:49 ` [PATCH 3/3] test_vboot.py: include test of fdt_add_pubkey tool Rasmus Villemoes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200211094818.14219-2-rasmus.villemoes@prevas.dk \
    --to=rasmus.villemoes@prevas.dk \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).