diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2017-02-23 23:40:56 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-03-14 02:32:36 +0100 |
commit | 1b69d73530b89fd35c417de4b316bada3bc5f904 (patch) | |
tree | 641cc65d83351905fa14e020aac9a0e8dd8e9759 /util/board_status | |
parent | 20e86be1815e125ef7d7bffb079eef91f969b78f (diff) | |
download | coreboot-1b69d73530b89fd35c417de4b316bada3bc5f904.tar.gz |
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/board_status')
-rwxr-xr-x | util/board_status/to-wiki/towiki.sh | 2 |
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 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";; |