]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_nios/bootm.c
83xx, i2c: add mux support for fsl_i2c
[karo-tx-uboot.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;
 }