summaryrefslogtreecommitdiffstats
path: root/print_wiki.c
diff options
context:
space:
mode:
Diffstat (limited to 'print_wiki.c')
-rw-r--r--print_wiki.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print_wiki.c b/print_wiki.c
index 313fdea..1b46dd0 100644
--- a/print_wiki.c
+++ b/print_wiki.c
@@ -268,8 +268,8 @@ void print_supported_wiki(void)
time_t t = time(NULL);
printf(wiki_header, ctime(&t), flashrom_version);
-#if CONFIG_INTERNAL == 1
print_supported_chips_wiki(2);
+#if CONFIG_INTERNAL == 1
print_supported_chipsets_wiki(3);
print_supported_boards_wiki();
#endif
OpenPOWER on IntegriCloud