]> git.sur5r.net Git - u-boot/blobdiff - lib_nios/bootm.c
Update Makefile for tag generating
[u-boot] / lib_nios / bootm.c
index 55f7e3adc14b7998a48091b08390c0e729929513..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[],
-               image__header_t *hdr, int verify)
+int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images)
 {
+       return 1;
 }