diff options
author | Nico Huber <nico.huber@secunet.com> | 2019-02-27 15:01:19 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-02-28 13:49:17 +0000 |
commit | 08087a3e8af00e423fe8df02ac658fb6a1f31f45 (patch) | |
tree | 1e628f558c6d29ea5de615dea709d6d4879967c0 /src/cpu/intel/Makefile.inc | |
parent | c570a0e713abbe03280b2da461106806c9366e48 (diff) | |
download | coreboot-08087a3e8af00e423fe8df02ac658fb6a1f31f45.tar.gz coreboot-08087a3e8af00e423fe8df02ac658fb6a1f31f45.tar.bz2 coreboot-08087a3e8af00e423fe8df02ac658fb6a1f31f45.zip |
cpu/intel: Remove socket_BGA1284
Unused since the removal of `fsp_sandybridge`.
Change-Id: Iea31e341c3df680ed48db4f8734d9d0bde120be3
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: https://review.coreboot.org/c/31646
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/cpu/intel/Makefile.inc')
-rw-r--r-- | src/cpu/intel/Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/intel/Makefile.inc b/src/cpu/intel/Makefile.inc index 95352629fe5d..73a8bf8474d4 100644 --- a/src/cpu/intel/Makefile.inc +++ b/src/cpu/intel/Makefile.inc @@ -6,7 +6,6 @@ subdirs-$(CONFIG_CPU_INTEL_FIRMWARE_INTERFACE_TABLE) += fit subdirs-$(CONFIG_CPU_INTEL_SOCKET_441) += socket_441 subdirs-$(CONFIG_CPU_INTEL_SOCKET_BGA956) += socket_BGA956 -subdirs-$(CONFIG_CPU_INTEL_SOCKET_BGA1284) += socket_BGA1284 subdirs-$(CONFIG_CPU_INTEL_SOCKET_FCBGA559) += socket_FCBGA559 subdirs-$(CONFIG_CPU_INTEL_SOCKET_M) += socket_m subdirs-$(CONFIG_CPU_INTEL_SOCKET_P) += socket_p |