summaryrefslogtreecommitdiffstats
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-06-21 02:11:19 +0900
committerTom Rini <trini@konsulko.com>2016-06-24 17:24:34 -0400
commitf1f9d4fac5274d9b5ae1b0087fb0fcfa00687bac (patch)
tree381d5cc760f05e4f5bf7614a1d3e8bf438029eac /cmd/Kconfig
parentb88d6f761445df5fd9d2dfe8eb5e32891a3843f0 (diff)
downloadblackbird-obmc-uboot-f1f9d4fac5274d9b5ae1b0087fb0fcfa00687bac.tar.gz
blackbird-obmc-uboot-f1f9d4fac5274d9b5ae1b0087fb0fcfa00687bac.zip
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>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 42e0e39e75..d69b817c82 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -13,7 +13,6 @@ config CMDLINE
config HUSH_PARSER
bool "Use hush shell"
- select SYS_HUSH_PARSER
depends on CMDLINE
help
This option enables the "hush" shell (from Busybox) as command line
@@ -24,11 +23,6 @@ config HUSH_PARSER
If disabled, you get the old, much simpler behaviour with a somewhat
smaller memory footprint.
-config SYS_HUSH_PARSER
- bool
- help
- Backward compatibility.
-
config SYS_PROMPT
string "Shell prompt"
default "=> "
OpenPOWER on IntegriCloud