summaryrefslogtreecommitdiffstats
path: root/jedec.c
diff options
context:
space:
mode:
Diffstat (limited to 'jedec.c')
-rw-r--r--jedec.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/jedec.c b/jedec.c
index 821ebd4..58a750a 100644
--- a/jedec.c
+++ b/jedec.c
@@ -100,10 +100,9 @@ int probe_jedec(struct flashchip *flash)
myusec_delay(10);
*(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 2 ms.
+ * needs 10 ms according to the data sheet.
*/
- myusec_delay(2000);
+ myusec_delay(10000);
/* Read product ID */
id1 = *(volatile uint8_t *)bios;
OpenPOWER on IntegriCloud