]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/trab/flash.c
Add support for Freescale M5271: Merge with /work/u-boot.mcf5271
[karo-tx-uboot.git] / board / trab / flash.c
index 2cccee64752f09d92affe85aa0eea7c5a90fd894..8cdd82400bba2b49b2314d14489fa328f97e4c9f 100644 (file)
@@ -166,7 +166,7 @@ void flash_print_info (flash_info_t * info)
        }
        printf ("\n");
 
-  Done:
+Done:  ;
 }
 
 /*-----------------------------------------------------------------------
@@ -308,8 +308,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;