diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-04-22 09:06:38 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-04-22 09:06:38 +0000 |
commit | 38c49fdddec1bfe31d5f4f133a84e97aa48cac67 (patch) | |
tree | 3b72128884d9b63ff867d4d785b25e8df17e6229 /src/cpu/intel/socket_mPGA604 | |
parent | 73d5daaf97465776a4ef6ae5c99a5badaeba292b (diff) |
argh... never redo parts of the original patch on the fly. This fixes the tree
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
Diffstat (limited to 'src/cpu/intel/socket_mPGA604')
-rw-r--r-- | src/cpu/intel/socket_mPGA604/chip.h | 4 | ||||
-rw-r--r-- | src/cpu/intel/socket_mPGA604/socket_mPGA604.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/cpu/intel/socket_mPGA604/chip.h b/src/cpu/intel/socket_mPGA604/chip.h index b181737c18..636d797bb3 100644 --- a/src/cpu/intel/socket_mPGA604/chip.h +++ b/src/cpu/intel/socket_mPGA604/chip.h @@ -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 { }; diff --git a/src/cpu/intel/socket_mPGA604/socket_mPGA604.c b/src/cpu/intel/socket_mPGA604/socket_mPGA604.c index 1d0d4fb084..df372b2771 100644 --- a/src/cpu/intel/socket_mPGA604/socket_mPGA604.c +++ b/src/cpu/intel/socket_mPGA604/socket_mPGA604.c @@ -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") }; |