diff options
author | Simon Glass <sjg@chromium.org> | 2014-04-10 20:01:24 -0600 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-05-29 17:45:31 -0400 |
commit | eca86fad3d823c3c1e7e78b07752aa6a10e35283 (patch) | |
tree | 2cae72efd4bd45c45a0164b2c9cdf372a387b546 /board/keymile | |
parent | ae4223f4444d7e673ff6b4a066c8584858629025 (diff) | |
download | u-boot-imx-eca86fad3d823c3c1e7e78b07752aa6a10e35283.zip u-boot-imx-eca86fad3d823c3c1e7e78b07752aa6a10e35283.tar.gz u-boot-imx-eca86fad3d823c3c1e7e78b07752aa6a10e35283.tar.bz2 |
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 'board/keymile')
-rw-r--r-- | board/keymile/common/common.c | 2 | ||||
-rw-r--r-- | board/keymile/common/ivm.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/board/keymile/common/common.c b/board/keymile/common/common.c index f941e44..2ddb3da 100644 --- a/board/keymile/common/common.c +++ b/board/keymile/common/common.c @@ -12,7 +12,7 @@ #include <ioports.h> #include <command.h> #include <malloc.h> -#include <hush.h> +#include <cli_hush.h> #include <net.h> #include <netdev.h> #include <asm/io.h> diff --git a/board/keymile/common/ivm.c b/board/keymile/common/ivm.c index f0e91bb..bffc08b 100644 --- a/board/keymile/common/ivm.c +++ b/board/keymile/common/ivm.c @@ -6,7 +6,7 @@ */ #include <common.h> -#include <hush.h> +#include <cli_hush.h> #include <i2c.h> #include "common.h" |