diff options
author | Li-Ta Lo <ollie@lanl.gov> | 2004-03-18 19:40:07 +0000 |
---|---|---|
committer | Li-Ta Lo <ollie@lanl.gov> | 2004-03-18 19:40:07 +0000 |
commit | 26b237ee18cf3f846313d85dcb80fb42041c3529 (patch) | |
tree | cdc854c4665f476a154a98b506f41637a15ea491 /util/flash_and_burn/w49f002u.c | |
parent | 698f23db22cc71da488eb9bec001fda60cbf0b35 (diff) |
fixed 32bit v.s. 64bit long int arithematics
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1434 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flash_and_burn/w49f002u.c')
-rw-r--r-- | util/flash_and_burn/w49f002u.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/flash_and_burn/w49f002u.c b/util/flash_and_burn/w49f002u.c index 4d5d16b653..28a94abaf8 100644 --- a/util/flash_and_burn/w49f002u.c +++ b/util/flash_and_burn/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: "); |