From 688d004c4f8d94089c637be3a53ebdbb48493e97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Thu, 24 May 2018 18:20:46 +0300 Subject: Remove leftover Intel CPU support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6ac67137d5f5c63dbc4fc54eacb3e326ccf423d4 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/26516 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/cpu/intel/slot_2/slot_2.c | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 src/cpu/intel/slot_2/slot_2.c (limited to 'src/cpu/intel/slot_2/slot_2.c') 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 - - -struct chip_operations cpu_intel_slot_2_ops = { - CHIP_NAME("Slot 2 CPU") -}; -- cgit v1.2.3