summaryrefslogtreecommitdiffstats
path: root/common/main.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-04-10 20:01:24 -0600
committerTom Rini <trini@ti.com>2014-05-29 17:45:31 -0400
commiteca86fad3d823c3c1e7e78b07752aa6a10e35283 (patch)
tree2cae72efd4bd45c45a0164b2c9cdf372a387b546 /common/main.c
parentae4223f4444d7e673ff6b4a066c8584858629025 (diff)
downloadtalos-obmc-uboot-eca86fad3d823c3c1e7e78b07752aa6a10e35283.tar.gz
talos-obmc-uboot-eca86fad3d823c3c1e7e78b07752aa6a10e35283.zip
Rename hush to cli_hush
Hush is a command-line interpreter, so rename it to make that clearer. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common/main.c')
-rw-r--r--common/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/main.c b/common/main.c
index 9bee7bdc6b..a80fb7c344 100644
--- a/common/main.c
+++ b/common/main.c
@@ -14,7 +14,7 @@
#include <common.h>
#include <command.h>
#include <fdtdec.h>
-#include <hush.h>
+#include <cli_hush.h>
#include <malloc.h>
#include <menu.h>
#include <post.h>
OpenPOWER on IntegriCloud