summaryrefslogtreecommitdiff
path: root/print_wiki.c
diff options
context:
space:
mode:
authorstefanct <stefanct@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2012-02-17 20:03:37 +0000
committerstefanct <stefanct@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2012-02-17 20:03:37 +0000
commit5b2f35cc872eca9b361204722c650a68b36809d0 (patch)
tree2efd9c1c9e14f8330e6c28c776b4c977176b6dd3 /print_wiki.c
parenta71d2e1c8936871300bc190c27dcfa0b761a7ade (diff)
downloadflashrom-5b2f35cc872eca9b361204722c650a68b36809d0.tar.gz
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) Signed-off-by: Stefan Tauner <stefan.tauner@student.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@student.tuwien.ac.at> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1502 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'print_wiki.c')
-rw-r--r--print_wiki.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/print_wiki.c b/print_wiki.c
index 0213c74..377154d 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++;
}