]> git.sur5r.net Git - u-boot/blobdiff - board/netstar/flash.c
FSL DDR: Convert MPC8560ADS to new DDR code.
[u-boot] / board / netstar / flash.c
index f555c0c0066e59a5db8042ad314cefae495c6bba..692c4167807c61f71a3d7846c1257105dcff09ed 100644 (file)
@@ -230,7 +230,7 @@ out:
  * 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;