diff options
author | Peter Stuge <peter@stuge.se> | 2008-06-21 01:02:20 +0000 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2008-06-21 01:02:20 +0000 |
commit | 0e7d54a5b715757dbcbeba199f02e810dd224ea4 (patch) | |
tree | 66967fb14612599bf8ccf3b9859bdb7e74ef3305 | |
parent | ad2ef07ff7163571587edbe82471796cfd2400e9 (diff) | |
download | coreboot-0e7d54a5b715757dbcbeba199f02e810dd224ea4.tar.xz |
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>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3375 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | util/flashrom/jedec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flashrom/jedec.c b/util/flashrom/jedec.c index d166a131f6..821ebd401a 100644 --- a/util/flashrom/jedec.c +++ b/util/flashrom/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); |