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@stuge.se Acked-by: Peter Stuge peter@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);