]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/sbc2410x/flash.c
Fix compiler warnings for ARM systems.
[karo-tx-uboot.git] / board / sbc2410x / flash.c
index f2718f256ff6ca91165231e8318373f72e29f6b0..0c669e4d76c23f02a4db9044a4958f94ff85c5c3 100644 (file)
@@ -288,7 +288,7 @@ int flash_erase (flash_info_t * info, int s_first, int s_last)
  * Copy memory to flash
  */
 
-volatile static int write_hword (flash_info_t * info, ulong dest, ushort data)
+static int write_hword (flash_info_t * info, ulong dest, ushort data)
 {
        vu_short *addr = (vu_short *) dest;
        ushort result;