]> git.sur5r.net Git - u-boot/blobdiff - board/shannon/flash.c
* Added VIA configuration table
[u-boot] / board / shannon / flash.c
index 65ebc279c50df9882d996ef66b50e413c5c76ba7..475b76b30bdcafee719199c02c917e712f8cbcb8 100644 (file)
@@ -178,6 +178,7 @@ void flash_print_info  (flash_info_t *info)
     printf ("\n");
 
 Done:
+    ;
 }
 
 /*-----------------------------------------------------------------------
@@ -314,7 +315,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;