aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/slot_2/slot_2.c
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2018-05-24 18:20:46 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2018-05-24 17:23:41 +0000
commit688d004c4f8d94089c637be3a53ebdbb48493e97 (patch)
treeed02db35ee7cb54d78326609372802dd23998b53 /src/cpu/intel/slot_2/slot_2.c
parent6308e0e92f624cb18a875ed04e41e1d15fc91054 (diff)
Remove leftover Intel CPU support
Change-Id: I6ac67137d5f5c63dbc4fc54eacb3e326ccf423d4 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/26516 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/cpu/intel/slot_2/slot_2.c')
-rw-r--r--src/cpu/intel/slot_2/slot_2.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/cpu/intel/slot_2/slot_2.c b/src/cpu/intel/slot_2/slot_2.c
deleted file mode 100644
index de052118c3..0000000000
--- a/src/cpu/intel/slot_2/slot_2.c
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * This file is part of the coreboot project.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- */
-
-#include <device/device.h>
-
-
-struct chip_operations cpu_intel_slot_2_ops = {
- CHIP_NAME("Slot 2 CPU")
-};