diff mbox

TI:omap3: enable CONFIG_CMD_DHCP for omap3_beagle

Message ID CANMBJr63dcVQ+kwg_Sk8yv0=Wx+VW9_qbfvKRSsjYx1gz8K5dg@mail.gmail.com
State Accepted
Commit fafee9edba722dc99cfcfe0f0437e14452cda9aa
Headers show

Commit Message

Tyler Baker June 23, 2014, 6:11 p.m. UTC
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 | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini July 8, 2014, 1:37 a.m. UTC | #1
On Mon, Jun 23, 2014 at 11:11:29AM -0700, Tyler Baker wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index c023483..35a6c9d 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            */