Commit a436d61279ba4da66fce8cd2e4f520199436d5c8

Authored by Andrey Skvortsov
Committed by Tom Rini
1 parent 91528821d9

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>

Showing 1 changed file with 0 additions and 5 deletions Side-by-side Diff

... ... @@ -300,11 +300,6 @@
300 300 help
301 301 Lookup the IP of a hostname
302 302  
303   -config CMD_DNS
304   - bool "dns"
305   - help
306   - Lookup the IP of a hostname
307   -
308 303 config CMD_LINK_LOCAL
309 304 bool "linklocal"
310 305 help