summaryrefslogtreecommitdiffstats
path: root/board/shannon/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/shannon/flash.c')
-rw-r--r--board/shannon/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/shannon/flash.c b/board/shannon/flash.c
index 13c01d8351..475b76b30b 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;
OpenPOWER on IntegriCloud