]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sunxi-common.h: Remove dead #ifdef CONFIG_CMD_NET code block
authorHans de Goede <hdegoede@redhat.com>
Fri, 1 Aug 2014 07:16:47 +0000 (09:16 +0200)
committerHans de Goede <hdegoede@redhat.com>
Tue, 12 Aug 2014 06:40:12 +0000 (08:40 +0200)
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 <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
include/configs/sunxi-common.h

index e3dc9c45da8f19fe0bfffdccab9ebab15d2b2679..9d4801a67b49e9eeac643e7ff70df3972790ec50 100644 (file)
 #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