Patrick Georgi ([email protected]) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1564
-gerrit commit f3eb6a951e47d12511cb50fb33a69b6d63bc96b7 Author: Kyösti Mälkki <[email protected]> Date: Sun Oct 7 14:56:22 2012 +0200 Fix typo in mPGA603 socket Change-Id: I7a49d5fc13fb605a47c3c1662758ebd5935e7780 Signed-off-by: Patrick Georgi <[email protected]> --- src/cpu/intel/socket_mPGA603/socket_mPGA603_400Mhz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpu/intel/socket_mPGA603/socket_mPGA603_400Mhz.c b/src/cpu/intel/socket_mPGA603/socket_mPGA603_400Mhz.c index f5a1535..f5f8e5b 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") }; -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

