summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Stuge <peter@stuge.se>2008-06-21 01:02:20 +0000
committerPeter Stuge <peter@stuge.se>2008-06-21 01:02:20 +0000
commitbc0d85722869c54f52cde7ceb773d29ea939dca1 (patch)
treefe54ca9fb6aa7eaa1c42c6722373473130018122
parent0a0a7951314ed402615e6995702c17edb07fe359 (diff)
downloadast2050-flashrom-bc0d85722869c54f52cde7ceb773d29ea939dca1.zip
ast2050-flashrom-bc0d85722869c54f52cde7ceb773d29ea939dca1.tar.gz
Update comment to match delay change in probe_jedec() r3373
Corresponding to flashrom svn r264 and coreboot v2 svn r3375. Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Peter Stuge <peter@stuge.se>
-rw-r--r--jedec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/jedec.c b/jedec.c
index d166a13..821ebd4 100644
--- a/jedec.c
+++ b/jedec.c
@@ -101,7 +101,7 @@ int probe_jedec(struct flashchip *flash)
*(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);
OpenPOWER on IntegriCloud