Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-29 | main: Make the execution path a little clearer in main.c | Simon Glass | |
bootdelay_process() never returns in some circumstances, whichs makes the control flow confusing. Change it so that the decision about how to execute the boot command is made in the main_loop() code, so it is easier to follow. Move CLI stuff to cli.c. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2014-05-29 | Move autoboot code to autoboot.c | Simon Glass | |
The autoboot code is complex and long. It deserves its own file with a simple interface from main.c. Signed-off-by: Simon Glass <sjg@chromium.org> |