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>
This commit is contained in:
parent
02790369ff
commit
e5fe3acb5a
|
@ -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")
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue