Added needed usleeps so program would work.

This commit is contained in:
Ronald G. Minnich 2001-02-07 16:10:54 +00:00
parent 59e0591bee
commit 5538c4953b

View file

@ -105,7 +105,9 @@ int probe_28sf040 (struct flashchip * flash)
usleep(10);
*bios = READ_ID;
usleep(10);
id1 = *(unsigned char *) bios;
usleep(10);
id2 = *(unsigned char *) (bios + 0x01);
*bios = RESET;