[coreboot] [flashrom] r469 - trunk

svn at coreboot.org svn at coreboot.org
Wed May 6 17:05:39 CEST 2009


Author: stuge
Date: 2009-05-06 17:05:39 +0200 (Wed, 06 May 2009)
New Revision: 469

Modified:
   trunk/chipset_enable.c
Log:
Clarify error message in enable_flash_sb600() a little.

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


Modified: trunk/chipset_enable.c
===================================================================
--- trunk/chipset_enable.c	2009-05-06 13:59:44 UTC (rev 468)
+++ trunk/chipset_enable.c	2009-05-06 15:05:39 UTC (rev 469)
@@ -676,7 +676,7 @@
 		pci_write_byte(dev, reg, prot);
 		prot = pci_read_long(dev, reg);
 		if (prot & 0x3)
-			printf("SB600 still %s%sprotected from %u to %u\n",
+			printf("SB600 %s%sunprotect failed from %u to %u\n",
 				(prot & 0x1) ? "write " : "",
 				(prot & 0x2) ? "read " : "",
 				(prot & 0xfffffc00),





More information about the coreboot mailing list