[coreboot-gerrit] Change in coreboot[master]: Makefile.inc: Drop spurious `-t` from `cbfstool add-payload`

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


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


Change subject: Makefile.inc: Drop spurious `-t` from `cbfstool add-payload`
......................................................................

Makefile.inc: Drop spurious `-t` from `cbfstool add-payload`

The `-t` argument was never required for `add-payload` and results in
a warning now because the type was renamed.

TEST=Built with BUILD_TIMELESS=1 and compared binaries with and without
     this patch.

Change-Id: I6ccb70acc6e88a602b90c625040d4f05d8e3630a
Signed-off-by: Nico Huber <nico.h at gmx.de>
---
M Makefile.inc
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/23/26323/1

diff --git a/Makefile.inc b/Makefile.inc
index b11f6e2..10b7d1b 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -685,8 +685,8 @@
 		$(filter flat-binary,$(call extract_nth,3,$(1))),-flat-binary) \
 	-f $(call extract_nth,1,$(1)) \
 	-n $(call extract_nth,2,$(1)) \
-	$(if $(filter-out flat-binary,$(filter-out stage,$(call \
-		extract_nth,3,$(1)))),-t $(call extract_nth,3,$(1))) \
+	$(if $(filter-out flat-binary payload stage,$(call \
+		extract_nth,3,$(1))),-t $(call extract_nth,3,$(1))) \
 	$(if $(call extract_nth,4,$(1)),-c $(call extract_nth,4,$(1))) \
 	$(cbfs-autogen-attributes) \
 	-r $(2) \

-- 
To view, visit https://review.coreboot.org/26323
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: I6ccb70acc6e88a602b90c625040d4f05d8e3630a
Gerrit-Change-Number: 26323
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/73008078/attachment.html>


More information about the coreboot-gerrit mailing list