1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-01 22:21:16 +02:00

Don't duplicate option description in README, the manpage already has that info

Also, additional small cosmetic fix.

Corresponding to flashrom svn r440 and coreboot v2 svn r4196.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
Uwe Hermann
2009-04-23 14:57:55 +00:00
parent 42882fd97e
commit 3d5f96cdc8
2 changed files with 4 additions and 25 deletions

View File

@ -108,8 +108,7 @@ int show_id(uint8_t *bios, int size, int force)
*/
if (!strcasecmp(mainboard_vendor, lb_vendor) &&
!strcasecmp(mainboard_part, lb_part)) {
printf_debug("This firmware image matches "
"this motherboard.\n");
printf_debug("This firmware image matches this mainboard.\n");
} else {
if (force) {
printf("WARNING: This firmware image does not "