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
commitcf29de879843ec2293483eeb609191a834a4863c (patch)
tree17ed4f4c1e385338b6470fa3d2974668d6b8b5fc /w49f002u.c
parentcec287936c8e00039f634cbfeb2cc64b457f2da0 (diff)
downloadast2050-flashrom-cf29de879843ec2293483eeb609191a834a4863c.zip
ast2050-flashrom-cf29de879843ec2293483eeb609191a834a4863c.tar.gz
Fix 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