diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2004-11-10 15:12:48 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2004-11-10 15:12:48 +0000 |
commit | 52c2277a1bfadcf9fca9e70a313a9a7f30db0069 (patch) | |
tree | d28271bf4f3b115c9d9125b607979a8118862272 /src/cpu | |
parent | 132368b4c58cf74fc0347f4ab72bdf467e2a62a3 (diff) |
adl855pc support
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1772 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu')
-rw-r--r-- | src/cpu/intel/socket_mPGA479M/chip.h | 4 | ||||
-rw-r--r-- | src/cpu/intel/socket_mPGA479M/socket_mPGA479M.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/cpu/intel/socket_mPGA479M/chip.h b/src/cpu/intel/socket_mPGA479M/chip.h index b157416a1a..57e9bd5bcb 100644 --- a/src/cpu/intel/socket_mPGA479M/chip.h +++ b/src/cpu/intel/socket_mPGA479M/chip.h @@ -1,4 +1,4 @@ -extern struct chip_operations cpu_intel_socket_mPGA479_control; +extern struct chip_operations cpu_intel_socket_mPGA479M_ops; -struct cpu_intel_socket_mPGA479_config { +struct cpu_intel_socket_mPGA479M_config { }; diff --git a/src/cpu/intel/socket_mPGA479M/socket_mPGA479M.c b/src/cpu/intel/socket_mPGA479M/socket_mPGA479M.c index ba22e3bb63..56642c3857 100644 --- a/src/cpu/intel/socket_mPGA479M/socket_mPGA479M.c +++ b/src/cpu/intel/socket_mPGA479M/socket_mPGA479M.c @@ -2,6 +2,6 @@ #include "chip.h" -struct chip_opertations cpu_intel_socket_mPGA479M_control = { +struct chip_operations cpu_intel_socket_mPGA479M_ops = { CHIP_NAME("socket mPGA479M") }; |