<p>Nico Huber has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/26323">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Makefile.inc: Drop spurious `-t` from `cbfstool add-payload`<br><br>The `-t` argument was never required for `add-payload` and results in<br>a warning now because the type was renamed.<br><br>TEST=Built with BUILD_TIMELESS=1 and compared binaries with and without<br>     this patch.<br><br>Change-Id: I6ccb70acc6e88a602b90c625040d4f05d8e3630a<br>Signed-off-by: Nico Huber <nico.h@gmx.de><br>---<br>M Makefile.inc<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/23/26323/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/Makefile.inc b/Makefile.inc</span><br><span>index b11f6e2..10b7d1b 100644</span><br><span>--- a/Makefile.inc</span><br><span>+++ b/Makefile.inc</span><br><span>@@ -685,8 +685,8 @@</span><br><span>                 $(filter flat-binary,$(call extract_nth,3,$(1))),-flat-binary) \</span><br><span>     -f $(call extract_nth,1,$(1)) \</span><br><span>      -n $(call extract_nth,2,$(1)) \</span><br><span style="color: hsl(0, 100%, 40%);">- $(if $(filter-out flat-binary,$(filter-out stage,$(call \</span><br><span style="color: hsl(0, 100%, 40%);">-               extract_nth,3,$(1)))),-t $(call extract_nth,3,$(1))) \</span><br><span style="color: hsl(120, 100%, 40%);">+        $(if $(filter-out flat-binary payload stage,$(call \</span><br><span style="color: hsl(120, 100%, 40%);">+          extract_nth,3,$(1))),-t $(call extract_nth,3,$(1))) \</span><br><span>        $(if $(call extract_nth,4,$(1)),-c $(call extract_nth,4,$(1))) \</span><br><span>     $(cbfs-autogen-attributes) \</span><br><span>         -r $(2) \</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/26323">change 26323</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/26323"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I6ccb70acc6e88a602b90c625040d4f05d8e3630a </div>
<div style="display:none"> Gerrit-Change-Number: 26323 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Nico Huber <nico.h@gmx.de> </div>