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>
This commit is contained in:
Simon Glass 2014-04-10 20:01:24 -06:00 committed by Tom Rini
parent ae4223f444
commit eca86fad3d
6 changed files with 8 additions and 8 deletions

View file

@ -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>