diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2015-11-01 14:20:15 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-11-03 21:29:16 +0100 |
commit | 2a4f58ac1283e45d1f0cc6102a319b6d442a888d (patch) | |
tree | 604f175e255427fe80ba61fbeae456b76fb691bb | |
parent | e0e7bba2de1122726b29e46b0301016d02286292 (diff) | |
download | coreboot-2a4f58ac1283e45d1f0cc6102a319b6d442a888d.tar.xz |
board-status: Reorder the table categories
Show laptops and servers before desktop boards since that's where both
the market and coreboot are the most active these days.
Change-Id: I7de63975f3f2ff5e983b19e07558175a58870a1b
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/12292
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Martin Roth <martinroth@google.com>
-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 c1d2394a63..e46d606091 100755 --- a/util/board_status/to-wiki/towiki.sh +++ b/util/board_status/to-wiki/towiki.sh @@ -58,7 +58,7 @@ cat <<EOF ! align="left" | <span title="Vendor Cooperation Score">VCS<sup>5</sup></span> EOF -for category in desktop server laptop half mini settop "eval" sbc emulation misc unclass; do +for category in laptop server desktop half mini settop "eval" sbc emulation misc unclass; do last_vendor= color=eeeeee case "$category" in |