boardstatus/towiki: Fix 1st gen i3/i5/i7 codename
It was a typo. Change-Id: I82964b5ed7e7749ba141aeb3ee8dc4c107bcd7a9 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/5127 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@google.com>
This commit is contained in:
parent
b845636ce6
commit
892728c65f
|
@ -372,7 +372,7 @@ EOF
|
|||
"")
|
||||
case $northbridge in
|
||||
INTEL_NEHALEM)
|
||||
cpu_nice="Intel® 1st Gen (Haswell) Core i3/i5/i7"
|
||||
cpu_nice="Intel® 1st Gen (Nehalem) Core i3/i5/i7"
|
||||
socket_nice="?";;
|
||||
RDC_R8610)
|
||||
cpu_nice="RDC 8610"
|
||||
|
|
Loading…
Reference in New Issue