aboutsummaryrefslogtreecommitdiff
path: root/board/hymod/flash.h
diff options
context:
space:
mode:
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 10db7fcac..ee047fe6e 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 */