From 1b69d73530b89fd35c417de4b316bada3bc5f904 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Thu, 23 Feb 2017 23:40:56 +0100 Subject: board_status/towiki.sh: Fix Socket for Sandy and Ivy Bridge Change-Id: I4c94209c424f56516033c07c4365401a6b217a37 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/18478 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Martin Roth --- util/board_status/to-wiki/towiki.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/board_status/to-wiki/towiki.sh b/util/board_status/to-wiki/towiki.sh index 8b2d1af521..769ae5f6cd 100755 --- a/util/board_status/to-wiki/towiki.sh +++ b/util/board_status/to-wiki/towiki.sh @@ -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";; -- cgit v1.2.3