board_status/towiki.sh: Fix Socket for Sandy and Ivy Bridge
Change-Id: I4c94209c424f56516033c07c4365401a6b217a37 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/18478 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
20e86be181
commit
1b69d73530
|
@ -326,7 +326,7 @@ EOF
|
|||
socket_nice="?"
|
||||
;;
|
||||
INTEL_SOCKET_RPGA989|INTEL_SOCKET_LGA1155|INTEL_SOCKET_RPGA988B)
|
||||
socket_nice="`echo $socket | sed 's,INTEL_SOCKET_,Socket ,g'`"
|
||||
socket_nice="`echo $cpu | sed 's,INTEL_SOCKET_,Socket ,g'`"
|
||||
case $northbridge in
|
||||
INTEL_HASWELL)
|
||||
cpu_nice="Intel® 4th Gen (Haswell) Core i3/i5/i7";;
|
||||
|
|
Loading…
Reference in New Issue