]> git.sur5r.net Git - u-boot/blobdiff - lib_i386/bootm.c
[new uImage] Respect autostart setting in linux bootm
[u-boot] / lib_i386 / bootm.c
index aea58d178b966ece87235da4ef6803b25bab7532..89a423c24375591a283b04388c4ca5dc79d7e68e 100644 (file)
@@ -72,6 +72,9 @@ void do_bootm_linux(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[],
 
        }
 
+       if (!images->autostart)
+               return ;
+
 #ifdef DEBUG
        printf ("## Transferring control to Linux (at address %08x) ...\n",
                (u32)base_ptr);