commit | 299f0be87c3e7a07383140904126578df2d96af4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Apr 10 20:01:24 2014 -0600 |
committer | Tom Rini <trini@ti.com> | Thu May 29 17:45:31 2014 -0400 |
tree | 2cae72efd4bd45c45a0164b2c9cdf372a387b546 | |
parent | 794cf6a974492d8eb0efdb10505a854d89811daa [diff] [blame] |
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>
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"