]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - lib_nios/bootm.c
bootm: refactor do_reset and os boot function args
[people/ms/u-boot.git] / lib_nios / bootm.c
index fb2e9b52050b7bfb678b9add813dc80cb95464fd..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 do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images)
 {
+       return 1;
 }