diff mbox

[U-Boot,09/11] defconfig: am437x_gp_evm: enable eth driver model

Message ID 1460042230-15205-10-git-send-email-mugunthanvnm@ti.com
State Superseded
Delegated to: Joe Hershberger
Headers show

Commit Message

Mugunthan V N April 7, 2016, 3:17 p.m. UTC
Enable eth driver model for am437x_gp_evm as cpsw supports
driver model.

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
---
 configs/am437x_gp_evm_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini April 11, 2016, 3:01 p.m. UTC | #1
On Thu, Apr 07, 2016 at 08:47:08PM +0530, Mugunthan V N wrote:

> Enable eth driver model for am437x_gp_evm as cpsw supports
> driver model.
> 
> Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>

Reviewed-by: Tom Rini <trini@konsulko.com>
diff mbox

Patch

diff --git a/configs/am437x_gp_evm_defconfig b/configs/am437x_gp_evm_defconfig
index 356f6fd..760e1f3 100644
--- a/configs/am437x_gp_evm_defconfig
+++ b/configs/am437x_gp_evm_defconfig
@@ -22,3 +22,4 @@  CONFIG_TIMER=y
 CONFIG_OMAP_TIMER=y
 CONFIG_USB=y
 CONFIG_USB_GADGET=y
+CONFIG_DM_ETH=y