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>
This commit is contained in:
parent
e0e7bba2de
commit
2a4f58ac12
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue