TI:omap3: enable CONFIG_CMD_DHCP for omap3_beagle
authorTyler Baker <tyler.baker@linaro.org>
Mon, 23 Jun 2014 18:11:29 +0000 (11:11 -0700)
committerTom Rini <trini@ti.com>
Tue, 8 Jul 2014 00:43:28 +0000 (20:43 -0400)
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>
include/configs/omap3_beagle.h

index c02348354a0cdc07a232b013b5e00ebb219ea8d9..3782049ee6db6c1ff6d1dc5bbc02cc7eab7eed43 100644 (file)
 #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                  */