[coreboot] r3375 - trunk/util/flashrom

svn at coreboot.org svn at coreboot.org
Sat Jun 21 03:02:21 CEST 2008


Author: stuge
Date: 2008-06-21 03:02:20 +0200 (Sat, 21 Jun 2008)
New Revision: 3375

Modified:
   trunk/util/flashrom/jedec.c
Log:
flashrom: Update comment to match delay change in probe_jedec() r3373

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


Modified: trunk/util/flashrom/jedec.c
===================================================================
--- trunk/util/flashrom/jedec.c	2008-06-21 00:21:22 UTC (rev 3374)
+++ trunk/util/flashrom/jedec.c	2008-06-21 01:02:20 UTC (rev 3375)
@@ -101,7 +101,7 @@
 	*(volatile uint8_t *)(bios + 0x5555) = 0x90;
 	/* Older chips may need up to 100 us to respond. The ATMEL 29C020
 	 * needs 10 ms according to the data sheet, but it has been tested
-	 * to work reliably with 20 us. Allow a factor of 2 safety margin.
+	 * to work reliably with 2 ms.
 	 */
 	myusec_delay(2000);
 





More information about the coreboot mailing list