From b89c8bb13536abeb84bfaad28bbbd8ebfacb0137 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Mon, 23 Nov 2020 13:25:33 +0100 Subject: soc/intel/broadwell: Drop now-unused CPU code All boards now use Haswell's CPU code, which also supports Broadwell. Change-Id: Ia0b8f7bf64334dd965baad0a30a7bb0ed81c4cac Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/46950 Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) --- src/soc/intel/broadwell/Makefile.inc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/soc/intel/broadwell/Makefile.inc') diff --git a/src/soc/intel/broadwell/Makefile.inc b/src/soc/intel/broadwell/Makefile.inc index 01f351d681..dc16ae4bb9 100644 --- a/src/soc/intel/broadwell/Makefile.inc +++ b/src/soc/intel/broadwell/Makefile.inc @@ -1,10 +1,6 @@ ifeq ($(CONFIG_SOC_INTEL_BROADWELL),y) -ifeq ($(CONFIG_CPU_INTEL_HASWELL),y) romstage-y += cpu/romstage.c -else -subdirs-y += cpu -endif subdirs-y += pch -- cgit v1.2.3