[U-Boot] [PATCH] 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 Cc: Masahiro Yamada yamada.m@jp.panasonic.com --- common/Kconfig | 5 ----- 1 file changed, 5 deletions(-)
diff --git a/common/Kconfig b/common/Kconfig index 4cde4b0..ea0d0ef 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

Hi Andrey,
2015-04-19 20:58 GMT+09:00 Andrey Skvortsov andrej.skvortzov@gmail.com:
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 Cc: Masahiro Yamada yamada.m@jp.panasonic.com
common/Kconfig | 5 ----- 1 file changed, 5 deletions(-)
diff --git a/common/Kconfig b/common/Kconfig index 4cde4b0..ea0d0ef 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
Thanks for spotting this!
Acked-by: Masahiro Yamada yamada.masahiro@socionext.com
Tom, can you drop "Cc: Masahiro Yamada yamada.m@jp.panasonic.com" when you apply this patch? My panasonic domain address is no longer valid.

On Sun, Apr 19, 2015 at 02:58:43PM +0300, Andrey Skvortsov wrote:
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
Applied to u-boot/master, thanks!
participants (3)
-
Andrey Skvortsov
-
Masahiro Yamada
-
Tom Rini