Simon Glass
e1bf824dfd
Add cli_ prefix to readline functions
...
This makes it clear where the code resides.
Signed-off-by: Simon Glass <sjg@chromium.org>
2014-05-29 17:45:31 -04:00
Simon Glass
6493ccc7cf
Split out simple parser and readline into separate files
...
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>
2014-05-29 17:45:31 -04:00
Simon Glass
18d66533ac
move CLI prototypes to cli.h and add comments
...
Move the CLI prototypes from common.h to cli.h as part of an effort to
reduce the size of common.h.
Signed-off-by: Simon Glass <sjg@chromium.org>
2014-05-29 17:45:31 -04:00