]> git.sur5r.net Git - u-boot/blobdiff - board/hymod/flash.h
mxs: prefix register structs with 'mxs' prefix
[u-boot] / board / hymod / flash.h
index 10db7fcacf593755eabab24d614d0f82e50f0ee7..ee047fe6e1c425e6e80dc5cb305e8d3eabdab5ee 100644 (file)
@@ -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 */