diff options
Diffstat (limited to 'board/lart/flash.c')
| -rw-r--r-- | board/lart/flash.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/lart/flash.c b/board/lart/flash.c index 5232ed258..28c4531c0 100644 --- a/board/lart/flash.c +++ b/board/lart/flash.c @@ -348,7 +348,7 @@ outahere:   * Copy memory to flash   */ -volatile static int write_word (flash_info_t *info, ulong dest, ulong data) +static int write_word (flash_info_t *info, ulong dest, ulong data)  {      vu_long *addr = (vu_long *)dest;      ulong result; |