summaryrefslogtreecommitdiffstats
path: root/jedec.c
diff options
context:
space:
mode:
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