From: Hans de Goede Date: Fri, 1 Aug 2014 07:16:47 +0000 (+0200) Subject: sunxi-common.h: Remove dead #ifdef CONFIG_CMD_NET code block X-Git-Tag: v2014.10-rc2~53^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ad0fd965f7ac938923391667d2db5caa88d7bc6d;p=platform%2Fkernel%2Fu-boot.git sunxi-common.h: Remove dead #ifdef CONFIG_CMD_NET code block We undef CONFIG_CMD_NET at line 167, and there is nothing re-defining it between line 167 and the #ifdef CONFIG_CMD_NET, so remove this effectively dead block. Signed-off-by: Hans de Goede Acked-by: Ian Campbell --- diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index e3dc9c4..9d4801a 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -205,14 +205,6 @@ #define CONFIG_PHYLIB #endif -#ifdef CONFIG_CMD_NET -#define CONFIG_CMD_NFS -#define CONFIG_CMD_DNS -#define CONFIG_NETCONSOLE -#define CONFIG_BOOTP_DNS2 -#define CONFIG_BOOTP_SEND_HOSTNAME -#endif - #ifdef CONFIG_USB_EHCI #define CONFIG_CMD_USB #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 1