summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/skylake/Makefile.inc
diff options
context:
space:
mode:
authorNico Huber <nico.huber@secunet.com>2019-11-26 18:30:40 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-11-28 10:46:54 +0000
commit7b3e8730ee0ab81988a8a600701d644c8a014e5f (patch)
tree02149d273065456b9abfdb1664808a432bb6b518 /src/soc/intel/skylake/Makefile.inc
parent693e04f5c661bfe103e42cbf99afded6478a4a4c (diff)
downloadcoreboot-7b3e8730ee0ab81988a8a600701d644c8a014e5f.tar.gz
coreboot-7b3e8730ee0ab81988a8a600701d644c8a014e5f.tar.bz2
coreboot-7b3e8730ee0ab81988a8a600701d644c8a014e5f.zip
soc/intel/skl: Drop FSP_CAR remnants
FSP-T support was abandoned long ago for Skylake. With FSP1.1 support also dropped now, it's more visible that this code is unused. Change-Id: I83a9130ef403b498e2beea01749c178e547b0f08 Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37251 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/skylake/Makefile.inc')
-rw-r--r--src/soc/intel/skylake/Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/skylake/Makefile.inc b/src/soc/intel/skylake/Makefile.inc
index b049e847955d..c0937385f022 100644
--- a/src/soc/intel/skylake/Makefile.inc
+++ b/src/soc/intel/skylake/Makefile.inc
@@ -11,7 +11,6 @@ subdirs-y += ../../../cpu/x86/smm
subdirs-y += ../../../cpu/x86/tsc
bootblock-y += bootblock/bootblock.c
-bootblock-$(CONFIG_FSP_CAR) += fspcar.c
bootblock-y += bootblock/cpu.c
bootblock-y += i2c.c
bootblock-y += bootblock/pch.c