Don't duplicate option description in README, the manpage already has
that info. Also, additional small cosmetic fix. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4196 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@ -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 "
|
||||
|
Reference in New Issue
Block a user