From 2a4f58ac1283e45d1f0cc6102a319b6d442a888d Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sun, 1 Nov 2015 14:20:15 +0100 Subject: 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 Reviewed-on: http://review.coreboot.org/12292 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Martin Roth --- util/board_status/to-wiki/towiki.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 <VCS5 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 -- cgit v1.2.3