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

Fix assorted documentation, frontend and printing bugs

Change the command line interface to make file names positional.
Add more sanity checks to the command line parser.

Corresponding to flashrom svn r998.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>
This commit is contained in:
Carl-Daniel Hailfinger
2010-05-15 15:04:37 +00:00
parent 316a29f33f
commit 8841d3e703
7 changed files with 199 additions and 108 deletions

View File

@ -247,6 +247,9 @@ void print_supported(void)
#if SATASII_SUPPORT == 1
print_supported_pcidevs(satas_sii);
#endif
#if ATAHPT_SUPPORT == 1
print_supported_pcidevs(ata_hpt);
#endif
}