From 08087a3e8af00e423fe8df02ac658fb6a1f31f45 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Wed, 27 Feb 2019 15:01:19 +0100 Subject: cpu/intel: Remove socket_BGA1284 Unused since the removal of `fsp_sandybridge`. Change-Id: Iea31e341c3df680ed48db4f8734d9d0bde120be3 Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/c/31646 Reviewed-by: HAOUAS Elyes Tested-by: build bot (Jenkins) --- src/cpu/intel/socket_BGA1284/Kconfig | 11 ----------- src/cpu/intel/socket_BGA1284/Makefile.inc | 7 ------- 2 files changed, 18 deletions(-) delete mode 100644 src/cpu/intel/socket_BGA1284/Kconfig delete mode 100644 src/cpu/intel/socket_BGA1284/Makefile.inc (limited to 'src/cpu/intel/socket_BGA1284') diff --git a/src/cpu/intel/socket_BGA1284/Kconfig b/src/cpu/intel/socket_BGA1284/Kconfig deleted file mode 100644 index 402dc5c60c..0000000000 --- a/src/cpu/intel/socket_BGA1284/Kconfig +++ /dev/null @@ -1,11 +0,0 @@ -config CPU_INTEL_SOCKET_BGA1284 - bool - -if CPU_INTEL_SOCKET_BGA1284 - -config SOCKET_SPECIFIC_OPTIONS # dummy - def_bool y - select MMX - select SSE - -endif diff --git a/src/cpu/intel/socket_BGA1284/Makefile.inc b/src/cpu/intel/socket_BGA1284/Makefile.inc deleted file mode 100644 index 539f285d92..0000000000 --- a/src/cpu/intel/socket_BGA1284/Makefile.inc +++ /dev/null @@ -1,7 +0,0 @@ -subdirs-y += ../../x86/tsc -subdirs-y += ../../x86/mtrr -subdirs-y += ../../x86/lapic -subdirs-y += ../../x86/cache -subdirs-y += ../../x86/smm -subdirs-y += ../microcode -subdirs-y += ../turbo -- cgit v1.2.3