summaryrefslogtreecommitdiff
path: root/common/cli_readline.c
AgeCommit message (Collapse)AuthorFilesLines
2014-05-30Move bootretry code into bootretry.c and clean upSimon Glass1-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>
2014-05-30Add cli_ prefix to readline functionsSimon Glass1-3/+4
This makes it clear where the code resides. Signed-off-by: Simon Glass <sjg@chromium.org>
2014-05-30Split out simple parser and readline into separate filesSimon Glass1-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>