summaryrefslogtreecommitdiff
path: root/board/mpl/vcma9/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/mpl/vcma9/flash.c')
-rw-r--r--board/mpl/vcma9/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/mpl/vcma9/flash.c b/board/mpl/vcma9/flash.c
index ccfe1768f6..d15a19115e 100644
--- a/board/mpl/vcma9/flash.c
+++ b/board/mpl/vcma9/flash.c
@@ -290,7 +290,7 @@ int flash_erase (flash_info_t * info, int s_first, int s_last)
* Copy memory to flash
*/
-volatile static int write_hword (flash_info_t * info, ulong dest, ushort data)
+static int write_hword (flash_info_t * info, ulong dest, ushort data)
{
vu_short *addr = (vu_short *) dest;
ushort result;