summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel/fit
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2021-05-19 15:42:36 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-05-25 12:35:40 +0000
commit448c9e19c5bdb4bbb52c10c6f4081e4d8492dc6b (patch)
tree55085896338c28ed3bd0b7400115e6e0b86c2fc5 /src/cpu/intel/fit
parent827ff248d000afebd4218041284292adf28a55f0 (diff)
downloadcoreboot-448c9e19c5bdb4bbb52c10c6f4081e4d8492dc6b.tar.gz
coreboot-448c9e19c5bdb4bbb52c10c6f4081e4d8492dc6b.tar.bz2
coreboot-448c9e19c5bdb4bbb52c10c6f4081e4d8492dc6b.zip
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>
Diffstat (limited to 'src/cpu/intel/fit')
-rw-r--r--src/cpu/intel/fit/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/intel/fit/Makefile.inc b/src/cpu/intel/fit/Makefile.inc
index b18a9b5e7c59..ce71952e4d3f 100644
--- a/src/cpu/intel/fit/Makefile.inc
+++ b/src/cpu/intel/fit/Makefile.inc
@@ -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