diff options
Diffstat (limited to 'board/shannon/flash.c')
| -rw-r--r-- | board/shannon/flash.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/shannon/flash.c b/board/shannon/flash.c index 13c01d835..475b76b30 100644 --- a/board/shannon/flash.c +++ b/board/shannon/flash.c @@ -315,7 +315,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; |