aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/ep80579/ep80579.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/intel/ep80579/ep80579.c')
-rw-r--r--src/cpu/intel/ep80579/ep80579.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/cpu/intel/ep80579/ep80579.c b/src/cpu/intel/ep80579/ep80579.c
deleted file mode 100644
index 044cb4fc91..0000000000
--- a/src/cpu/intel/ep80579/ep80579.c
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * This file is part of the coreboot project.
- *
- * Copyright (C) 2008 Arastra, Inc.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * 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_ep80579_ops = {
- CHIP_NAME("EP80579 CPU")
-};