From: Stephen Warren <swarren@nvidia.com>
Date: Wed, 16 May 2012 06:36:11 +0000 (+0000)
Subject: tegra: whistler: reduce and comment network cfg options
X-Git-Tag: v2025.01-rc5-pxa1908~17673^2~35^2~24^2~204
X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-favicon.png?a=commitdiff_plain;h=dae2aeab7161aad105cfdb61b722c9b22c6ac6fb;p=u-boot.git

tegra: whistler: reduce and comment network cfg options

CONFIG_CMD_PING/NFS aren't required for Whistler to boot.

Add some comments.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
---

diff --git a/include/configs/whistler.h b/include/configs/whistler.h
index 2f2a512e15..6c0c77e3ca 100644
--- a/include/configs/whistler.h
+++ b/include/configs/whistler.h
@@ -74,16 +74,14 @@
 #define CONFIG_USB_EHCI_TEGRA
 #define CONFIG_USB_STORAGE
 #define CONFIG_CMD_USB
-#define CONFIG_USB_HOST_ETHER
-#define CONFIG_USB_ETHER_SMSC95XX
-#define CONFIG_USB_ETHER_ASIX
+
+/* USB networking support */
 #define CONFIG_USB_HOST_ETHER
 #define CONFIG_USB_ETHER_SMSC95XX
 #define CONFIG_USB_ETHER_ASIX
 
-#define CONFIG_CMD_NET      /* bootp, tftpboot, rarpboot    */
-#define CONFIG_CMD_NFS      /* NFS support          */
-#define CONFIG_CMD_PING
+/* General networking support */
+#define CONFIG_CMD_NET
 #define CONFIG_CMD_DHCP
 
 #include "tegra2-common-post.h"