mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-26 00:21:37 +00:00
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:
parent
ae4223f444
commit
eca86fad3d
6 changed files with 8 additions and 8 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue