mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
hush: complete renaming CONFIG_SYS_HUSH_PARSER to CONFIG_HUSH_PARSER
There is no more define of CONFIG_SYS_HUSH_PARSER. Rename some remaining references and drop the backward compatible Kconfig entry. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
committed by
Tom Rini
parent
b88d6f7614
commit
f1f9d4fac5
@@ -43,7 +43,7 @@ static int do_ut_cmd(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
|
||||
assert(run_command_list("false", -1, 0) == 1);
|
||||
assert(run_command_list("echo", -1, 0) == 0);
|
||||
|
||||
#ifdef CONFIG_SYS_HUSH_PARSER
|
||||
#ifdef CONFIG_HUSH_PARSER
|
||||
run_command("setenv foo 'setenv black 1\nsetenv adder 2'", 0);
|
||||
run_command("run foo", 0);
|
||||
assert(getenv("black") != NULL);
|
||||
|
Reference in New Issue
Block a user