mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 15:12:36 +02:00
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>
This commit is contained in:
parent
0a0a795131
commit
bc0d857228
2
jedec.c
2
jedec.c
@ -101,7 +101,7 @@ int probe_jedec(struct flashchip *flash)
|
|||||||
*(volatile uint8_t *)(bios + 0x5555) = 0x90;
|
*(volatile uint8_t *)(bios + 0x5555) = 0x90;
|
||||||
/* Older chips may need up to 100 us to respond. The ATMEL 29C020
|
/* 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
|
* 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);
|
myusec_delay(2000);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user