summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTyler Baker <tyler.baker@linaro.org>2014-06-23 11:11:29 -0700
committerTom Rini <trini@ti.com>2014-07-07 20:43:28 -0400
commitfafee9edba722dc99cfcfe0f0437e14452cda9aa (patch)
tree789de0ec0e23013a039d1ee0816c111f5e525864 /include
parent072b2d88723a75c5fd83f5ca7dac8e0a6510849b (diff)
downloadtalos-obmc-uboot-fafee9edba722dc99cfcfe0f0437e14452cda9aa.tar.gz
talos-obmc-uboot-fafee9edba722dc99cfcfe0f0437e14452cda9aa.zip
TI:omap3: enable CONFIG_CMD_DHCP for omap3_beagle
The following patch re-enables the dhcp functionality on omap3_beagle. It was removed with df4dbb5df6ab1c1d27b3fd4acbaad69b47095daf when omap3_beagle was converted to use ti_omap3_common.h. I have tested beagleboard and beagleboard-xm with this patch and confirmed dhcp is working. Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/omap3_beagle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index c02348354a..3782049ee6 100644
--- a/include/configs/omap3_beagle.h
+++ b/include/configs/omap3_beagle.h
@@ -111,6 +111,7 @@
#define CONFIG_CMD_LED /* LED support */
#define CONFIG_CMD_SETEXPR /* Evaluate expressions */
#define CONFIG_CMD_GPIO /* Enable gpio command */
+#define CONFIG_CMD_DHCP
#define CONFIG_VIDEO_OMAP3 /* DSS Support */
OpenPOWER on IntegriCloud