argh... never redo parts of the original patch on the fly. This fixes the tree
authorStefan Reinauer <stepan@coresystems.de>
Wed, 22 Apr 2009 09:06:38 +0000 (09:06 +0000)
committerStefan Reinauer <stepan@openbios.org>
Wed, 22 Apr 2009 09:06:38 +0000 (09:06 +0000)
again.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4171 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/cpu/intel/socket_mPGA604/chip.h
src/cpu/intel/socket_mPGA604/socket_mPGA604.c

index b181737c1838c698c4cad7a462cb705b23989193..636d797bb33ed9ab1f7b7e0f0c54f7a08a02d4de 100644 (file)
@@ -1,4 +1,4 @@
-extern struct chip_operations cpu_intel_socket_mPGA604_800Mhz_ops;
+extern struct chip_operations cpu_intel_socket_mPGA604_ops;
 
-struct cpu_intel_socket_mPGA604_800Mhz_config {
+struct cpu_intel_socket_mPGA604_config {
 };
index 1d0d4fb08478ed053fd8d48509c9ea5d45da36a8..df372b277155545e3677c06e4e06d4bef6e02fea 100644 (file)
@@ -2,6 +2,6 @@
 #include "chip.h"
 
 
-struct chip_operations cpu_intel_socket_mPGA604_800Mhz_ops = {
+struct chip_operations cpu_intel_socket_mPGA604_ops = {
        CHIP_NAME("Socket mPGA604 CPU")
 };