From 41723aee678b2ebc99be5ff064cdd23b25922bdf Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Tue, 16 Jul 2024 13:42:45 +0000 Subject: soc/intel/meteorlake: Remove p2sb.c from bootblock build This patch removes `p2sb.c` from the bootblock build for the Meteor Lake platform. BUG=none TEST=Builds successfully for google/rex. Change-Id: Ib2beeee68bb20568888d4b555c2fa82e0bf0fd3c Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/83489 Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai Reviewed-by: Paul Menzel --- src/soc/intel/meteorlake/Makefile.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/soc/intel/meteorlake/Makefile.mk b/src/soc/intel/meteorlake/Makefile.mk index 893523c304..72d1117bb8 100644 --- a/src/soc/intel/meteorlake/Makefile.mk +++ b/src/soc/intel/meteorlake/Makefile.mk @@ -18,7 +18,6 @@ bootblock-y += bootblock/ioe_die.c bootblock-y += bootblock/report_platform.c bootblock-y += bootblock/soc_die.c bootblock-y += espi.c -bootblock-y += p2sb.c bootblock-y += soc_info.c romstage-$(CONFIG_SOC_INTEL_CSE_PRE_CPU_RESET_TELEMETRY) += cse_telemetry.c -- cgit v1.2.3