[coreboot-gerrit] Change in coreboot[master]: cbfstool: Drop `-t` parsing for `add-payload` command

Nico Huber (Code Review) gerrit at coreboot.org
Wed May 16 13:21:05 CEST 2018


Nico Huber has uploaded this change for review. ( https://review.coreboot.org/26324


Change subject: cbfstool: Drop `-t` parsing for `add-payload` command
......................................................................

cbfstool: Drop `-t` parsing for `add-payload` command

It seems this was never used and the usage doesn't mention it either.

Change-Id: I9240c0ed5453beff6ae46fae3748c68a0da30477
Signed-off-by: Nico Huber <nico.h at gmx.de>
---
M util/cbfstool/cbfstool.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/26324/1

diff --git a/util/cbfstool/cbfstool.c b/util/cbfstool/cbfstool.c
index 27e4cae..eecb84f 100644
--- a/util/cbfstool/cbfstool.c
+++ b/util/cbfstool/cbfstool.c
@@ -1170,7 +1170,7 @@
 	{"add", "H:r:f:n:t:c:b:a:p:yvA:gh?", cbfs_add, true, true},
 	{"add-flat-binary", "H:r:f:n:l:e:c:b:p:vA:gh?", cbfs_add_flat_binary,
 				true, true},
-	{"add-payload", "H:r:f:n:t:c:b:C:I:p:vA:gh?", cbfs_add_payload,
+	{"add-payload", "H:r:f:n:c:b:C:I:p:vA:gh?", cbfs_add_payload,
 				true, true},
 	{"add-stage", "a:H:r:f:n:t:c:b:P:S:p:yvA:gh?", cbfs_add_stage,
 				true, true},

-- 
To view, visit https://review.coreboot.org/26324
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9240c0ed5453beff6ae46fae3748c68a0da30477
Gerrit-Change-Number: 26324
Gerrit-PatchSet: 1
Gerrit-Owner: Nico Huber <nico.h at gmx.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180516/620b9916/attachment.html>


More information about the coreboot-gerrit mailing list