The write and erase column in the --list-supported-wiki output were swapped. Thanks to Michael Karcher for noticing.
Signed-off-by: Carl-Daniel Hailfinger <[email protected]> Index: flashrom-print_wiki_swap_erase_write/print_wiki.c =================================================================== --- flashrom-print_wiki_swap_erase_write/print_wiki.c (Revision 860) +++ flashrom-print_wiki_swap_erase_write/print_wiki.c (Arbeitskopie) @@ -75,7 +75,7 @@ ! align=\"left\" | Device\n! align=\"left\" | Size / KB\n\ ! align=\"left\" | Type\n! align=\"left\" colspan=\"4\" | Status\n\n\ |- bgcolor=\"#6699ff\"\n| colspan=\"4\" | \n\ -| Probe\n| Read\n| Write\n| Erase\n\n"; +| Probe\n| Read\n| Erase\n| Write\n\n"; const char *programmer_section = "\ \n== Supported programmers ==\n\nThis is a list \ -- Developer quote of the year: "We are juggling too many chainsaws and flaming arrows and tigers." _______________________________________________ flashrom mailing list [email protected] http://www.flashrom.org/mailman/listinfo/flashrom
