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:
parent
73d5daaf97
commit
38c49fddde
|
@ -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 {
|
||||
};
|
||||
|
|
|
@ -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")
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue