1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-06-30 21:52:36 +02:00

Eliminate version string duplication

Corresponding to flashrom svn r659.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
This commit is contained in:
Carl-Daniel Hailfinger
2009-07-22 20:13:00 +00:00
parent fcbdbbc0d4
commit a80cfbc3d7
3 changed files with 4 additions and 2 deletions

View File

@ -718,7 +718,7 @@ void print_wiki_tables(void)
{
time_t t = time(NULL);
printf(wiki_header, ctime(&t), FLASHROM_VERSION);
printf(wiki_header, ctime(&t), flashrom_version);
print_supported_chips_wiki();
print_supported_chipsets_wiki();
print_supported_boards_wiki();