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
@@ -311,8 +311,8 @@ U_BOOT_CMD(
|
||||
* only HUSH can understand them.
|
||||
*/
|
||||
|
||||
#if !defined(CONFIG_SYS_HUSH_PARSER)
|
||||
#error CONFIG_CMD_HD44760 requires CONFIG_SYS_HUSH_PARSER
|
||||
#if !defined(CONFIG_HUSH_PARSER)
|
||||
#error CONFIG_CMD_HD44760 requires CONFIG_HUSH_PARSER
|
||||
#endif
|
||||
|
||||
static int do_hd44780(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[])
|
||||
|
||||
Reference in New Issue
Block a user