]> git.sur5r.net Git - u-boot/blobdiff - lib_arm/bootm.c
[new uImage] Respect autostart setting in linux bootm
[u-boot] / lib_arm / bootm.c
index e1a9ee28714757db57d19b0241025b574b67f930..77d35fcc656bc2b6eeeda8243afc67f47571c44d 100644 (file)
@@ -133,6 +133,9 @@ void do_bootm_linux (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[],
        setup_end_tag (bd);
 #endif
 
+       if (!images->autostart)
+               return ;
+
        /* we assume that the kernel is in place */
        printf ("\nStarting kernel ...\n\n");