]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Split out simple parser and readline into separate files
authorSimon Glass <sjg@chromium.org>
Fri, 11 Apr 2014 02:01:26 +0000 (20:01 -0600)
committerTom Rini <trini@ti.com>
Thu, 29 May 2014 21:45:31 +0000 (17:45 -0400)
commit6493ccc7cf2357081267effffa7d345e50d68d00
tree5f66ce6f330164e3ca0663333e867f31f53110e9
parent18d66533ac773f59efc93e5c19971fad5e6af82f
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>
common/Makefile
common/cli_readline.c [new file with mode: 0644]
common/cli_simple.c [new file with mode: 0644]
common/main.c
include/cli.h