diff options
author | Andrey Skvortsov <andrej.skvortzov@gmail.com> | 2015-04-19 14:58:43 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-04-21 10:03:54 -0400 |
commit | a436d61279ba4da66fce8cd2e4f520199436d5c8 (patch) | |
tree | 13fc9a8612ed2686826c738e0008624f5c3270c1 /common | |
parent | 91528821d9c8eecd8a0e73dc0a0bacbb3e6c9054 (diff) | |
download | u-boot-a436d61279ba4da66fce8cd2e4f520199436d5c8.tar.gz u-boot-a436d61279ba4da66fce8cd2e4f520199436d5c8.tar.bz2 u-boot-a436d61279ba4da66fce8cd2e4f520199436d5c8.zip |
kconfig: remove duplicated CMD_DNS option
two CMD_DNS options were added by commit 60296a835cb17 ("commands: add more
command entries in Kconfig")
Signed-off-by: Andrey Skvortsov <andrej.skvortzov@gmail.com>
Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common/Kconfig b/common/Kconfig index 17930a4ff3..5d7e48a5b6 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -300,11 +300,6 @@ config CMD_DNS help Lookup the IP of a hostname -config CMD_DNS - bool "dns" - help - Lookup the IP of a hostname - config CMD_LINK_LOCAL bool "linklocal" help |