From 4c5665f9ab4286710d4ae3998532bd8f1fb225a6 Mon Sep 17 00:00:00 2001 From: Stefan Tauner Date: Fri, 17 Feb 2012 20:03:37 +0000 Subject: Add a bunch of new/tested stuff and various small changes 11 Tested Mainboards: NOT OK: - HP dc7800 http://paste.flashrom.org/view.php?id=1084 - add "Low Profile Desktop" to our DMI whitelist - fix print_wiki (broken since r1488) Corresponding to flashrom svn r1502. Signed-off-by: Stefan Tauner Acked-by: Stefan Tauner --- print_wiki.c | 1 + 1 file changed, 1 insertion(+) (limited to 'print_wiki.c') diff --git a/print_wiki.c b/print_wiki.c index 0213c741d..377154d90 100644 --- a/print_wiki.c +++ b/print_wiki.c @@ -220,6 +220,7 @@ static void print_supported_chips_wiki(int cols) if (!strncmp(f->vendor, "Unknown", 7) || !strncmp(f->vendor, "Programmer", 10) || !strncmp(f->name, "unknown", 7)) + continue; chipcount++; } -- cgit v1.2.3