summaryrefslogtreecommitdiffstats
path: root/w49f002u.c
diff options
context:
space:
mode:
authorOllie Lho <ollie@sis.com.tw>2004-03-18 19:40:07 +0000
committerOllie Lho <ollie@sis.com.tw>2004-03-18 19:40:07 +0000
commit55bd16c263222494321766810039aa9e7bc0ddb8 (patch)
tree17ed4f4c1e385338b6470fa3d2974668d6b8b5fc /w49f002u.c
parent29dbba09011d9487e2d0573c3f2bd32010fedc48 (diff)
downloadflashrom-55bd16c263222494321766810039aa9e7bc0ddb8.zip
flashrom-55bd16c263222494321766810039aa9e7bc0ddb8.tar.gz
Fixed 32bit vs 64bit long int arithematics
Corresponding to flashrom svn r8 and coreboot v2 svn r1434.
Diffstat (limited to 'w49f002u.c')
-rw-r--r--w49f002u.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/w49f002u.c b/w49f002u.c
index 4d5d16b..28a94ab 100644
--- a/w49f002u.c
+++ b/w49f002u.c
@@ -22,6 +22,8 @@
* Reference:
* W49F002U data sheet
*
+ * ToDo: Consilidated to standard JEDEC code.
+ *
* $Id$
*/
@@ -80,7 +82,6 @@ int write_49f002 (struct flashchip * flash, unsigned char * buf)
volatile char * bios = flash->virt_addr;
volatile char * dst = bios;
- myusec_delay(10);
erase_49f002(flash);
printf ("Programming Page: ");
OpenPOWER on IntegriCloud