summaryrefslogtreecommitdiff
path: root/print_wiki.c
diff options
context:
space:
mode:
authorhailfinger <hailfinger@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2010-10-08 12:40:09 +0000
committerhailfinger <hailfinger@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2010-10-08 12:40:09 +0000
commit15019c8e93f6d441daea04ab26b98933c6ce89be (patch)
treed6d5ae2d0520131ae33d0329e25fb715ba4e0584 /print_wiki.c
parentfadde644b1fa0e20f23d0aafc98b82f3c2d64a45 (diff)
downloadflashrom-15019c8e93f6d441daea04ab26b98933c6ce89be.tar.gz
CONFIG_BITBANG_SPI was not selected if CONFIG_NICINTEL_SPI was on by
default. Wiki output was missing all flash chips if CONFIG_INTERNAL was not selected. Use correct type for toupper()/tolower()/isspace() functions. Specify software requirements in a generic way. Non-x86 compilation does not work with the default programmer set, so list the make parameters which result in a working build. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1203 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
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