summaryrefslogtreecommitdiff
path: root/src/cpu/amd/socket_939
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/amd/socket_939')
-rw-r--r--src/cpu/amd/socket_939/Makefile.inc1
-rw-r--r--src/cpu/amd/socket_939/socket_939.c5
2 files changed, 0 insertions, 6 deletions
diff --git a/src/cpu/amd/socket_939/Makefile.inc b/src/cpu/amd/socket_939/Makefile.inc
index b494b8ac61..264fd6ca8b 100644
--- a/src/cpu/amd/socket_939/Makefile.inc
+++ b/src/cpu/amd/socket_939/Makefile.inc
@@ -1,4 +1,3 @@
-ramstage-y += socket_939.c
subdirs-y += ../model_fxx
subdirs-y += ../dualcore
subdirs-y += ../mtrr
diff --git a/src/cpu/amd/socket_939/socket_939.c b/src/cpu/amd/socket_939/socket_939.c
deleted file mode 100644
index a44a8a6452..0000000000
--- a/src/cpu/amd/socket_939/socket_939.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#include <device/device.h>
-
-struct chip_operations cpu_amd_socket_939_ops = {
- CHIP_NAME("Socket 939 CPU")
-};