]> git.ipfire.org Git - people/ms/u-boot.git/commit
Move command line API into cli.c
authorSimon Glass <sjg@chromium.org>
Fri, 11 Apr 2014 02:01:29 +0000 (20:01 -0600)
committerTom Rini <trini@ti.com>
Thu, 29 May 2014 21:48:21 +0000 (17:48 -0400)
commit30354978ff470470c15caea2566b61b5792ad277
tree5f6b7ae28ec83cb06e49f9a39b0e0621279c095c
parent66ded17dfc8110f0d9aa9d50fe140a320bfa4e53
Move command line API into cli.c

We now have a single entry point to the CLI, whether simple or hush. Put
this in its own file.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/Makefile
common/cli.c [new file with mode: 0644]
common/main.c