Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Move bootretry code into bootretry.c and clean up | Simon Glass | 2014-05-29 | -55/+5 |
| | | | | | | | This code is only used by one board, so it seems a shame to clutter up the readline code with it. Move it into its own file. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
* | Add cli_ prefix to readline functions | Simon Glass | 2014-05-29 | -3/+4 |
| | | | | | | This makes it clear where the code resides. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
* | Split out simple parser and readline into separate files | Simon Glass | 2014-05-29 | -0/+670 |
It doesn't make sense to have the simple parser and the readline code all in main. Split them out into separate files. Signed-off-by: Simon Glass <sjg@chromium.org> |