git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e56bc1
)
Correct SPL use of HUSH_PARSER
author
Simon Glass
<sjg@chromium.org>
Sun, 5 Feb 2023 22:40:06 +0000
(15:40 -0700)
committer
Tom Rini
<trini@konsulko.com>
Fri, 10 Feb 2023 12:41:39 +0000
(07:41 -0500)
This converts 1 usage of this option to the non-SPL form, since there is
no SPL_HUSH_PARSER defined in Kconfig
Signed-off-by: Simon Glass <sjg@chromium.org>
common/cli.c
patch
|
blob
|
history
diff --git
a/common/cli.c
b/common/cli.c
index
ba45dad
..
9451e6a
100644
(file)
--- a/
common/cli.c
+++ b/
common/cli.c
@@
-31,7
+31,7
@@
*/
int run_command(const char *cmd, int flag)
{
-#if !
CONFIG_IS_ENABLED(
HUSH_PARSER)
+#if !
IS_ENABLED(CONFIG_
HUSH_PARSER)
/*
* cli_run_command can return 0 or 1 for success, so clean up
* its result.