[new uImage] Add autostart flag to bootm_headers structure
[oweals/u-boot.git] / common / cmd_bootm.c
index 92c18d059d72543f5b42d099ae11597d917efd53..92c2f4e83aa02eb47ac039b9856a202114b861b6 100644 (file)
@@ -123,6 +123,7 @@ int do_bootm (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 
        memset ((void *)&images, 0, sizeof (images));
        images.verify = getenv_verify();
+       images.autostart = getenv_autostart();
        images.lmb = &lmb;
 
        lmb_init(&lmb);