Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-29 | Move bootretry code into bootretry.c and clean up | Simon Glass | |
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> | |||
2014-05-29 | Add cli_ prefix to readline functions | Simon Glass | |
This makes it clear where the code resides. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2014-05-29 | Split out simple parser and readline into separate files | Simon Glass | |
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> |