Attention is currently required from: Patrick Rudolph. Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/56115 )
Change subject: cpu/intel/fit/Makefile.inc: Update add_intermediate deps ......................................................................
cpu/intel/fit/Makefile.inc: Update add_intermediate deps
Change-Id: I590c8c2ec6b2e318426d59e717b65104d9379942 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/cpu/intel/fit/Makefile.inc 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/15/56115/1
diff --git a/src/cpu/intel/fit/Makefile.inc b/src/cpu/intel/fit/Makefile.inc index b4926ba..0567542 100644 --- a/src/cpu/intel/fit/Makefile.inc +++ b/src/cpu/intel/fit/Makefile.inc @@ -11,7 +11,7 @@ intel_fit-type := raw intel_fit-align := 16
-$(call add_intermediate, set_fit_ptr, $(IFITTOOL)) +$(call add_intermediate, set_fit_ptr, $(IFITTOOL) add_prebuild_files) @printf " UPDATE-FIT set FIT pointer to table\n" $(IFITTOOL) -f $< -F -n intel_fit -r COREBOOT
@@ -28,7 +28,7 @@ # Second FIT in TOP_SWAP bootblock ifeq ($(CONFIG_INTEL_ADD_TOP_SWAP_BOOTBLOCK),y)
-$(call add_intermediate, set_ts_fit_ptr, $(IFITTOOL)) +$(call add_intermediate, set_ts_fit_ptr, $(IFITTOOL) add_prebuild_files) @printf " UPDATE-FIT Top Swap: set FIT pointer to table\n" $(IFITTOOL) -f $< -F -n intel_fit_ts -r COREBOOT $(TS_OPTIONS)