[coreboot] r3403 - trunk/util/flashrom

svn at coreboot.org svn at coreboot.org
Wed Jul 2 02:59:29 CEST 2008


Author: stuge
Date: 2008-07-02 02:59:29 +0200 (Wed, 02 Jul 2008)
New Revision: 3403

Modified:
   trunk/util/flashrom/board_enable.c
Log:
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 at stuge.se>
Acked-by: Peter Stuge <peter at stuge.se>


Modified: trunk/util/flashrom/board_enable.c
===================================================================
--- trunk/util/flashrom/board_enable.c	2008-07-02 00:47:30 UTC (rev 3402)
+++ trunk/util/flashrom/board_enable.c	2008-07-02 00:59:29 UTC (rev 3403)
@@ -678,7 +678,7 @@
 	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;
 }
 





More information about the coreboot mailing list