]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/lart/flash.c
Some code cleanup for GCC 4.x
[karo-tx-uboot.git] / board / lart / flash.c
index 5232ed258614153ffd750a410d325f7df627bbb9..28c4531c0232f3818ed3baa7a3732731e0c26091 100644 (file)
@@ -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;