diff options
author | Eric Biederman <ebiederm@xmission.com> | 2004-10-27 01:18:16 +0000 |
---|---|---|
committer | Eric Biederman <ebiederm@xmission.com> | 2004-10-27 01:18:16 +0000 |
commit | 3566b3d545dd13f3760e6aa1fc50159243991e1d (patch) | |
tree | 2d35076ba899562ce61837e4d272f27537b0dd78 /src/cpu/intel/socket_mPGA603 | |
parent | eefdb038981a0fcc93df5c6c934f8138a43873bb (diff) |
- 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
Diffstat (limited to 'src/cpu/intel/socket_mPGA603')
-rw-r--r-- | src/cpu/intel/socket_mPGA603/chip.h | 4 | ||||
-rw-r--r-- | src/cpu/intel/socket_mPGA603/socket_mPGA603_400Mhz.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/cpu/intel/socket_mPGA603/chip.h b/src/cpu/intel/socket_mPGA603/chip.h index def3e9c02f..eee4b9cf90 100644 --- a/src/cpu/intel/socket_mPGA603/chip.h +++ b/src/cpu/intel/socket_mPGA603/chip.h @@ -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 { }; diff --git a/src/cpu/intel/socket_mPGA603/socket_mPGA603_400Mhz.c b/src/cpu/intel/socket_mPGA603/socket_mPGA603_400Mhz.c index 164da7f27f..ef43e98877 100644 --- a/src/cpu/intel/socket_mPGA603/socket_mPGA603_400Mhz.c +++ b/src/cpu/intel/socket_mPGA603/socket_mPGA603_400Mhz.c @@ -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", }; |