summaryrefslogtreecommitdiffstats
path: root/include/configs/omap3_zoom1.h
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2014-04-08 09:50:54 -0500
committerTom Rini <trini@ti.com>2014-04-17 17:24:39 -0400
commitd71dd0428c3b58be8de93b37f54fbf9c26b92eca (patch)
treee1991a3c2979bdf1ebe406a006c652530c47dbd3 /include/configs/omap3_zoom1.h
parent9d70e7728582836c7f09bc28a08f296566d17a53 (diff)
downloadtalos-obmc-uboot-d71dd0428c3b58be8de93b37f54fbf9c26b92eca.tar.gz
talos-obmc-uboot-d71dd0428c3b58be8de93b37f54fbf9c26b92eca.zip
omap3: zoom1: enable common network commands
Basic networking commands for usability. Signed-off-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'include/configs/omap3_zoom1.h')
-rw-r--r--include/configs/omap3_zoom1.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/omap3_zoom1.h b/include/configs/omap3_zoom1.h
index 4a4dfd9695..4fb3628708 100644
--- a/include/configs/omap3_zoom1.h
+++ b/include/configs/omap3_zoom1.h
@@ -116,7 +116,9 @@
#undef CONFIG_CMD_IMI /* iminfo */
#undef CONFIG_CMD_IMLS /* List all found images */
#define CONFIG_CMD_NET /* bootp, tftpboot, rarpboot */
-#undef CONFIG_CMD_NFS /* NFS support */
+#define CONFIG_CMD_NFS /* NFS support */
+#define CONFIG_CMD_PING
+#define CONFIG_CMD_DHCP
#define CONFIG_SYS_NO_FLASH
#define CONFIG_SYS_I2C
OpenPOWER on IntegriCloud