commit | c1bb2cd0b6a3d1b152be3686601234b3a363772b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Apr 10 20:01:34 2014 -0600 |
committer | Tom Rini <trini@ti.com> | Thu May 29 17:51:42 2014 -0400 |
tree | 3e9227a68f254ed1439c5091d00563860b0ce207 | |
parent | 1364a0e48a64a29930a8b22620f420e8f4984cc7 [diff] |
main: Hide the hush/simple details inside cli.c Move these details from main (which doesn't care which parser is used) to cli.c where they belong. Signed-off-by: Simon Glass <sjg@chromium.org>