summaryrefslogtreecommitdiffstats
path: root/board/hymod/flash.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-06-21 00:17:24 +0000
committerwdenk <wdenk>2003-06-21 00:17:24 +0000
commit592c5cabe78fe1cef4eb733904c81a9555d59a7e (patch)
tree7655563542f63358451ed964d0f49d2f803846d4 /board/hymod/flash.h
parent72755c7137396fdd8230dfc498294760fa2aaeb4 (diff)
downloadblackbird-obmc-uboot-592c5cabe78fe1cef4eb733904c81a9555d59a7e.tar.gz
blackbird-obmc-uboot-592c5cabe78fe1cef4eb733904c81a9555d59a7e.zip
Patch by Murray Jensen, 20 Jun 2003:
- hymod update - cleanup (especially for gcc-3.x compilers)
Diffstat (limited to 'board/hymod/flash.h')
-rw-r--r--board/hymod/flash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/hymod/flash.h b/board/hymod/flash.h
index 10db7fcacf..ee047fe6e1 100644
--- a/board/hymod/flash.h
+++ b/board/hymod/flash.h
@@ -92,7 +92,7 @@ typedef bank_word_t bank_blk_t[32 * 1024];
#endif /* EXAMPLE */
/* the sizes of these two types should probably be the same */
-typedef volatile bank_word_t *bank_addr_t;
+typedef bank_word_t *bank_addr_t;
typedef unsigned long bank_size_t;
/* align bank addresses and sizes to bank word boundaries */
OpenPOWER on IntegriCloud