summaryrefslogtreecommitdiff
path: root/include/configs/sunxi-common.h
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2014-08-01 09:16:47 +0200
committerHans de Goede <hdegoede@redhat.com>2014-08-12 08:40:12 +0200
commitad0fd965f7ac938923391667d2db5caa88d7bc6d (patch)
treec084f8322d80fb9de835903f707122f4e45b8389 /include/configs/sunxi-common.h
parentc17b07d4dc35fc9f8b424229ef4d1a3390f1dbe8 (diff)
downloadu-boot-imx-ad0fd965f7ac938923391667d2db5caa88d7bc6d.zip
u-boot-imx-ad0fd965f7ac938923391667d2db5caa88d7bc6d.tar.gz
u-boot-imx-ad0fd965f7ac938923391667d2db5caa88d7bc6d.tar.bz2
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 <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'include/configs/sunxi-common.h')
-rw-r--r--include/configs/sunxi-common.h8
1 files changed, 0 insertions, 8 deletions
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