]> git.sur5r.net Git - u-boot/blobdiff - lib_microblaze/bootm.c
[new uImage] Respect autostart setting in linux bootm
[u-boot] / lib_microblaze / bootm.c
index 5881df64f6f23c36ad8cf74ae4bcdb868f6c23d9..99c453369d2c433b66b7f20bda18e05d45b56d92 100644 (file)
@@ -63,5 +63,8 @@ void do_bootm_linux (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[],
                (ulong) theKernel);
 #endif
 
+       if (!images->autostart)
+               return ;
+
        theKernel (commandline);
 }