summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2002-01-29 20:18:02 +0000
committerRonald G. Minnich <rminnich@gmail.com>2002-01-29 20:18:02 +0000
commitef5779d1ddee6b83dfe04ff343e4b7d290fd24d7 (patch)
tree4e9514f6bc1d73b14490747d1d18ab1ef9e7b6fa /flash.h
parentf4cf2baec9ba699c7e7387de7fd528fca06b25d6 (diff)
downloadast2050-flashrom-ef5779d1ddee6b83dfe04ff343e4b7d290fd24d7.zip
ast2050-flashrom-ef5779d1ddee6b83dfe04ff343e4b7d290fd24d7.tar.gz
Fixes
- switch to volatile everywhere - use myusec_delay instead of usleep Corresponding to coreboot v1 svn r492.
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/flash.h b/flash.h
index 3b763a7..1828176 100644
--- a/flash.h
+++ b/flash.h
@@ -6,7 +6,7 @@ struct flashchip {
int manufacture_id;
int model_id;
- char * virt_addr;
+ volatile char * virt_addr;
int total_size;
int page_size;
OpenPOWER on IntegriCloud