[new uImage] Respect autostart setting in linux bootm
Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Acked-by: Marian Balakowicz <m8@semihalf.com>
This commit is contained in:
committed by
Marian Balakowicz
parent
d3f2fa0d27
commit
75fa002c47
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user