diff mbox

[U-Boot,v3,4/8] defconfig: k2hk_evm_defconfig: enable net driver model

Message ID 1454408498-23374-5-git-send-email-mugunthanvnm@ti.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Mugunthan V N Feb. 2, 2016, 10:21 a.m. UTC
enable net driver model for k2hk evm as keystone_net supports
driver model

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
---
 configs/k2hk_evm_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini Feb. 8, 2016, 8:48 p.m. UTC | #1
On Tue, Feb 02, 2016 at 03:51:34PM +0530, Mugunthan V N wrote:

> enable net driver model for k2hk evm as keystone_net supports
> driver model
> 
> Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
> Reviewed-by: Tom Rini <trini@konsulko.com>
> Acked-by: Joe Hershberger <joe.hershberger@ni.com>

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

Patch

diff --git a/configs/k2hk_evm_defconfig b/configs/k2hk_evm_defconfig
index 940d483..f49d820 100644
--- a/configs/k2hk_evm_defconfig
+++ b/configs/k2hk_evm_defconfig
@@ -13,3 +13,4 @@  CONFIG_DM=y
 CONFIG_SPI_FLASH=y
 CONFIG_SPI_FLASH_STMICRO=y
 CONFIG_SYS_NS16550=y
+CONFIG_DM_ETH=y