diff options
Diffstat (limited to 'common/cmd_bootm.c')
| -rw-r--r-- | common/cmd_bootm.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 18d71008d..2dffdfac8 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -138,7 +138,6 @@ int do_bootm (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  	memset ((void *)&images, 0, sizeof (images));  	images.verify = getenv_yesno ("verify"); -	images.autostart = getenv_yesno ("autostart");  	images.lmb = &lmb;  	lmb_init(&lmb); |