flashrom: Unknown vendor:board message can be triggered by -m too

Thanks to Stefan for pointing this one out.

Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Peter Stuge <peter@stuge.se>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3403 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Peter Stuge 2008-07-02 00:59:29 +00:00
parent 12224acb6f
commit 39a582569a
1 changed files with 1 additions and 1 deletions

View File

@ -678,7 +678,7 @@ static struct board_pciid_enable *board_match_coreboot_name(const char *vendor,
if (partmatch)
return partmatch;
printf("\nUnknown vendor:board in coreboot table: %s:%s\n\n", vendor, part);
printf("\nUnknown vendor:board from coreboot table or -m option: %s:%s\n\n", vendor, part);
return NULL;
}