summaryrefslogtreecommitdiff
path: root/board/netstar/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/netstar/flash.c')
-rw-r--r--board/netstar/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/netstar/flash.c b/board/netstar/flash.c
index f555c0c00..692c41678 100644
--- a/board/netstar/flash.c
+++ b/board/netstar/flash.c
@@ -230,7 +230,7 @@ out:
* 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;