summaryrefslogtreecommitdiffstats
path: root/jedec.c
diff options
context:
space:
mode:
authorPeter Stuge <peter@stuge.se>2008-06-21 00:19:52 +0000
committerPeter Stuge <peter@stuge.se>2008-06-21 00:19:52 +0000
commitd9263d2d154c2d0fe26c47fa78fed2a5348455d1 (patch)
tree016ec42c4f7887077ba440d02c4f7f5d891edb4d /jedec.c
parent233d826b0700328f5916f54f4c033edce31062db (diff)
downloadflashrom-d9263d2d154c2d0fe26c47fa78fed2a5348455d1.zip
flashrom-d9263d2d154c2d0fe26c47fa78fed2a5348455d1.tar.gz
Increase delay in probe_jedec() to 2ms to reliably detect AT29C020
Run time is increased a few 100ms but this is needed for reliability. I consider this trivial. Corresponding to flashrom svn r262 and coreboot v2 svn r3373. Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'jedec.c')
-rw-r--r--jedec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/jedec.c b/jedec.c
index e818294..d166a13 100644
--- a/jedec.c
+++ b/jedec.c
@@ -103,7 +103,7 @@ int probe_jedec(struct flashchip *flash)
* 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.
*/
- myusec_delay(40);
+ myusec_delay(2000);
/* Read product ID */
id1 = *(volatile uint8_t *)bios;
OpenPOWER on IntegriCloud