mirror of
https://xff.cz/git/u-boot/
synced 2025-08-31 16:22:36 +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
@@ -11,10 +11,7 @@ obj-y += init/
|
||||
obj-y += main.o
|
||||
obj-y += exports.o
|
||||
obj-y += hash.o
|
||||
ifdef CONFIG_SYS_HUSH_PARSER
|
||||
obj-y += cli_hush.o
|
||||
endif
|
||||
|
||||
obj-$(CONFIG_HUSH_PARSER) += cli_hush.o
|
||||
obj-$(CONFIG_AUTOBOOT) += autoboot.o
|
||||
|
||||
# This option is not just y/n - it can have a numeric value
|
||||
|
Reference in New Issue
Block a user