]> Git Repo - J-u-boot.git/blobdiff - arch/sh/lib/bootm.c
bootm: Adjust arguments of boot_os_fn
[J-u-boot.git] / arch / sh / lib / bootm.c
index b205e5e3db1bf3e0099d4a62353f4289a6e433fb..05d586b1b6cecc2f2a68650f07a9dd224d877b4f 100644 (file)
@@ -8,6 +8,7 @@
  */
 
 #include <common.h>
+#include <bootm.h>
 #include <command.h>
 #include <env.h>
 #include <image.h>
@@ -39,9 +40,10 @@ static unsigned long sh_check_cmd_arg(char *cmdline, char *key, int base)
        return val;
 }
 
-int do_bootm_linux(int flag, int argc, char *const argv[],
-                  struct bootm_headers *images)
+int do_bootm_linux(int flag, struct bootm_info *bmi)
 {
+       struct bootm_headers *images = bmi->images;
+
        /* Linux kernel load address */
        void (*kernel) (void) = (void (*)(void))images->ep;
        /* empty_zero_page */
This page took 0.024754 seconds and 4 git commands to generate.