Changeset 3387
- Timestamp:
- 06/24/08 04:09:09 (3 months ago)
- Files:
-
- 1 modified
-
trunk/util/flashrom/jedec.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/util/flashrom/jedec.c
r3375 r3387 101 101 *(volatile uint8_t *)(bios + 0x5555) = 0x90; 102 102 /* Older chips may need up to 100 us to respond. The ATMEL 29C020 103 * needs 10 ms according to the data sheet, but it has been tested 104 * to work reliably with 2 ms. 103 * needs 10 ms according to the data sheet. 105 104 */ 106 myusec_delay( 2000);105 myusec_delay(10000); 107 106 108 107 /* Read product ID */
