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
This commit is contained in:
Stefan Reinauer 2009-04-22 09:06:38 +00:00 committed by Stefan Reinauer
parent 73d5daaf97
commit 38c49fddde
2 changed files with 3 additions and 3 deletions

View 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 {
};

View 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")
};