- Bug fixes to the P-III support
- Initial Pentium-M support git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1718 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
extern struct chip_operations cpu_intel_socket_mPGA603_400Mhz_control;
|
||||
extern struct chip_operations cpu_intel_socket_mPGA603_control;
|
||||
|
||||
struct cpu_intel_socket_mPGA603_400Mhz_config {
|
||||
struct cpu_intel_socket_mPGA603_config {
|
||||
};
|
||||
|
@@ -2,6 +2,6 @@
|
||||
#include "chip.h"
|
||||
|
||||
|
||||
struct chip_opertations cpu_intel_socket_mPGA603_400Mhz_control = {
|
||||
struct chip_opertations cpu_intel_socket_mPGA603_control = {
|
||||
.name = "socket mPGA603_400Mhz",
|
||||
};
|
||||
|
Reference in New Issue
Block a user