diff options
author | Stefan Roese <sr@denx.de> | 2008-08-11 06:43:38 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-08-11 06:43:38 +0200 |
commit | 81c4dc39797e88ebbde14bb4b711f9588f197680 (patch) | |
tree | 1d518f2187cc027a86e4b7c38739f02a23ea871b /common/cmd_bootm.c | |
parent | eab1007334b93a6209f1ec33615e26ef5311ede7 (diff) | |
parent | e84d568fa2a9f4ce7888141e71676368ef6b3f25 (diff) | |
download | u-boot-imx-81c4dc39797e88ebbde14bb4b711f9588f197680.zip u-boot-imx-81c4dc39797e88ebbde14bb4b711f9588f197680.tar.gz u-boot-imx-81c4dc39797e88ebbde14bb4b711f9588f197680.tar.bz2 |
Merge branch 'master' of /home/stefan/git/u-boot/u-boot
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 18d7100..2dffdfa 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); |