diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2012-10-07 14:56:22 +0200 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2012-10-07 21:48:37 +0200 |
commit | e5fe3acb5a1d5f14b9e84cf03f4e67e34e267ba7 (patch) | |
tree | f9e48c5322d5aaf35059c99755a9fa0ae7c49f91 | |
parent | 02790369ff72d9d2ed5b65eee28f9cde56f3d541 (diff) | |
download | coreboot-e5fe3acb5a1d5f14b9e84cf03f4e67e34e267ba7.tar.xz |
Fix typo in mPGA603 socket
Change-Id: I7a49d5fc13fb605a47c3c1662758ebd5935e7780
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/1564
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
-rw-r--r-- | src/cpu/intel/socket_mPGA603/socket_mPGA603_400Mhz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/intel/socket_mPGA603/socket_mPGA603_400Mhz.c b/src/cpu/intel/socket_mPGA603/socket_mPGA603_400Mhz.c index f5a1535637..f5f8e5b7a9 100644 --- a/src/cpu/intel/socket_mPGA603/socket_mPGA603_400Mhz.c +++ b/src/cpu/intel/socket_mPGA603/socket_mPGA603_400Mhz.c @@ -1,6 +1,6 @@ #include <device/device.h> -struct chip_opertations cpu_intel_socket_mPGA603_ops = { +struct chip_operations cpu_intel_socket_mPGA603_ops = { CHIP_NAME("Socket mPGA603 400Mhz CPU") }; |