summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2017-02-23 23:40:56 +0100
committerMartin Roth <martinroth@google.com>2017-03-14 02:32:36 +0100
commit1b69d73530b89fd35c417de4b316bada3bc5f904 (patch)
tree641cc65d83351905fa14e020aac9a0e8dd8e9759 /util
parent20e86be1815e125ef7d7bffb079eef91f969b78f (diff)
downloadcoreboot-1b69d73530b89fd35c417de4b316bada3bc5f904.tar.gz
coreboot-1b69d73530b89fd35c417de4b316bada3bc5f904.tar.bz2
coreboot-1b69d73530b89fd35c417de4b316bada3bc5f904.zip
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>
Diffstat (limited to 'util')
-rwxr-xr-xutil/board_status/to-wiki/towiki.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/board_status/to-wiki/towiki.sh b/util/board_status/to-wiki/towiki.sh
index 8b2d1af521a5..769ae5f6cd32 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";;