diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-08-01 09:16:47 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2014-08-12 08:40:12 +0200 |
commit | ad0fd965f7ac938923391667d2db5caa88d7bc6d (patch) | |
tree | c084f8322d80fb9de835903f707122f4e45b8389 /include | |
parent | c17b07d4dc35fc9f8b424229ef4d1a3390f1dbe8 (diff) | |
download | u-boot-ad0fd965f7ac938923391667d2db5caa88d7bc6d.tar.gz |
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')
-rw-r--r-- | include/configs/sunxi-common.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index e3dc9c45da..9d4801a67b 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 |