]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_nios/bootm.c
digsy_mtc: minor fixes for mtc command help
[karo-tx-uboot.git] / lib_nios / bootm.c
index 92a58f2b7fa7ac0e6fa9992000ada4d87f6ff5e8..b0d5b825746217b39eb16d4593ad9494131f5123 100644 (file)
@@ -28,7 +28,7 @@
  * we can get this working. ;-)
  *
  */
-void do_bootm_linux(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[],
-               bootm_headers_t *images, int verify)
+int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images)
 {
+       return 1;
 }