summaryrefslogtreecommitdiffstats
path: root/include/configs/whistler.h
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-05-16 06:36:11 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-07-07 14:07:18 +0200
commitdae2aeab7161aad105cfdb61b722c9b22c6ac6fb (patch)
tree16a1628ab7da90b8adddf2de63db7bde76f5684b /include/configs/whistler.h
parentbea2674ccde5a495710adef62ebd5a294752f59d (diff)
downloadblackbird-obmc-uboot-dae2aeab7161aad105cfdb61b722c9b22c6ac6fb.tar.gz
blackbird-obmc-uboot-dae2aeab7161aad105cfdb61b722c9b22c6ac6fb.zip
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>
Diffstat (limited to 'include/configs/whistler.h')
-rw-r--r--include/configs/whistler.h10
1 files changed, 4 insertions, 6 deletions
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"
OpenPOWER on IntegriCloud