Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | main: Make the execution path a little clearer in main.c | Simon Glass | 2014-05-29 | -2/+26 |
| | | | | | | | | | 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> | |||
* | Move autoboot code to autoboot.c | Simon Glass | 2014-05-29 | -0/+23 |
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> |