[U-Boot] [PATCH V2 3/4] tegra: whistler: reduce and comment network cfg options
Stephen Warren
swarren at wwwdotorg.org
Wed May 16 18:21:01 CEST 2012
From: Stephen Warren <swarren at nvidia.com>
CONFIG_CMD_PING/NFS aren't required for Whistler to boot.
Add some comments.
Signed-off-by: Stephen Warren <swarren at nvidia.com>
---
v2: Fix typo in comment
---
include/configs/whistler.h | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/include/configs/whistler.h b/include/configs/whistler.h
index 2f2a512..62c4e8a 100644
--- a/include/configs/whistler.h
+++ b/include/configs/whistler.h
@@ -74,6 +74,8 @@
#define CONFIG_USB_EHCI_TEGRA
#define CONFIG_USB_STORAGE
#define CONFIG_CMD_USB
+
+/* USB networking support */
#define CONFIG_USB_HOST_ETHER
#define CONFIG_USB_ETHER_SMSC95XX
#define CONFIG_USB_ETHER_ASIX
@@ -81,9 +83,8 @@
#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"
--
1.7.0.4
More information about the U-Boot
mailing list