From 5504cdb51150b8bc86f4ac0cece6fd746fc7510b Mon Sep 17 00:00:00 2001 From: Maulik V Vaghela Date: Wed, 24 Mar 2021 16:26:02 +0530 Subject: mb/intel/adlrvp: Remove static VBT stitching Currently, we used to stitch extra VBT files to ADLRVP build using Makefile. With enablement of emerge build, we should be able to integrate more than 1 VBT binaries using ebuild. This removing these lines to avoid compilation issues in emerge builds BUG=None BRANCH=None TEST=Check if compilation passes on emerge build. Stitched additional VBT files using emerge and checked that coreboot picks up correct VBT. Change-Id: I69f1cc6c07415515ff85180fdd7cc5de11b4d805 Signed-off-by: Maulik V Vaghela Reviewed-on: https://review.coreboot.org/c/coreboot/+/51765 Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik Reviewed-by: Meera Ravindranath Reviewed-by: Rizwan Qureshi --- src/mainboard/intel/adlrvp/Makefile.inc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src') diff --git a/src/mainboard/intel/adlrvp/Makefile.inc b/src/mainboard/intel/adlrvp/Makefile.inc index 12f546b2e3..75c8cf8e20 100644 --- a/src/mainboard/intel/adlrvp/Makefile.inc +++ b/src/mainboard/intel/adlrvp/Makefile.inc @@ -19,11 +19,6 @@ ramstage-y += mainboard.c ramstage-y += board_id.c ramstage-y += gpio.c -ifeq ($(CONFIG_INTEL_GMA_ADD_VBT),y) -$(call add_vbt_to_cbfs, vbt_lp5.bin, 3rdparty/blobs/mainboard/$(MAINBOARDDIR)/$(VARIANT_DIR)/vbt_lp5.bin) -$(call add_vbt_to_cbfs, vbt_ddr5.bin, 3rdparty/blobs/mainboard/$(MAINBOARDDIR)/$(VARIANT_DIR)/vbt_ddr5.bin) -endif - CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/include subdirs-y += variants/$(VARIANT_DIR) -- cgit v1.2.3