diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2014-02-05 13:01:47 +0100 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2014-02-07 21:18:01 +0100 |
commit | 892728c65fcd82cab43e334396b86fc257ecf256 (patch) | |
tree | e484f527c30811a95608ea41a5d12daa8a69ed20 /util/board_status/to-wiki/towiki.sh | |
parent | b845636ce67f6e7c96bf3fb3008738f596a5d5ce (diff) | |
download | coreboot-892728c65fcd82cab43e334396b86fc257ecf256.tar.xz |
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>
Diffstat (limited to 'util/board_status/to-wiki/towiki.sh')
-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 38f03d731f..675b5d564b 100755 --- a/util/board_status/to-wiki/towiki.sh +++ b/util/board_status/to-wiki/towiki.sh @@ -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" |