Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc83xx
[platform/kernel/u-boot.git] / board / smdk2400 / flash.c
index a108af7..fd9992d 100644 (file)
@@ -353,8 +353,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;