summaryrefslogtreecommitdiff
path: root/src/cpu/intel/slot_1
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/intel/slot_1')
-rw-r--r--src/cpu/intel/slot_1/Makefile.mk1
-rw-r--r--src/cpu/intel/slot_1/slot_1.c7
2 files changed, 0 insertions, 8 deletions
diff --git a/src/cpu/intel/slot_1/Makefile.mk b/src/cpu/intel/slot_1/Makefile.mk
index 856ecf6697..0f1ba8da7a 100644
--- a/src/cpu/intel/slot_1/Makefile.mk
+++ b/src/cpu/intel/slot_1/Makefile.mk
@@ -1,6 +1,5 @@
## SPDX-License-Identifier: GPL-2.0-or-later
-ramstage-y += slot_1.c
ramstage-y += l2_cache.c
subdirs-y += ../model_6xx
subdirs-y += ../model_65x
diff --git a/src/cpu/intel/slot_1/slot_1.c b/src/cpu/intel/slot_1/slot_1.c
deleted file mode 100644
index ed8e88c0a4..0000000000
--- a/src/cpu/intel/slot_1/slot_1.c
+++ /dev/null
@@ -1,7 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-or-later */
-
-#include <device/device.h>
-
-struct chip_operations cpu_intel_slot_1_ops = {
- .name = "Slot 1 CPU",
-};