]> git.sur5r.net Git - u-boot/blobdiff - board/cobra5272/flash.c
More GCC 4.x code cleanup
[u-boot] / board / cobra5272 / flash.c
index 6f5874a6719d75d15f822311c8aecf5d86333d24..73cc2f2c10c1e563ef5e458e070b2a01f9ac895b 100644 (file)
@@ -256,8 +256,7 @@ int flash_erase (flash_info_t * info, int s_first, int s_last)
        return rc;
 }
 
-
-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)
 {
        volatile u16 *addr = (volatile u16 *) dest;
        ulong result;