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@gmx.de> Reviewed-on: https://review.coreboot.org/26332 Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
5f0b80b880
commit
6794ce02d4
@ -685,8 +685,8 @@ define cbfs-add-cmd-for-region
|
||||
$(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) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user