cpu/intel/fit: Remove broken ifittool argument
'-t' is not needed when setting the FIT pointer and breaks it as '-t' needs an argument so the $(TS_OPTIONS) is not properly decoded. Change-Id: I61a3ac1eda42e04152a7d10953bfb8407813d0f3 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/54679 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Rizwan Qureshi <rizwan.qureshi@intel.com>
This commit is contained in:
parent
827ff248d0
commit
448c9e19c5
|
@ -43,7 +43,7 @@ intel_fit_ts-align := 16
|
|||
PHONY += set_ts_fit_ptr
|
||||
set_ts_fit_ptr: $(obj)/coreboot.pre $(IFITTOOL)
|
||||
@printf " UPDATE-FIT Top Swap: set FIT pointer to table\n"
|
||||
$(IFITTOOL) -f $< -F -n intel_fit_ts -r COREBOOT -t $(TS_OPTIONS)
|
||||
$(IFITTOOL) -f $< -F -n intel_fit_ts -r COREBOOT $(TS_OPTIONS)
|
||||
|
||||
endif # CONFIG_INTEL_ADD_TOP_SWAP_BOOTBLOCK
|
||||
|
||||
|
|
Loading…
Reference in New Issue