diff mbox

[U-Boot] defconfig: am335x: gp_evm: enable ethernet driver model

Message ID 1441262682-18893-1-git-send-email-mugunthanvnm@ti.com
State Superseded
Delegated to: Tom Rini
Headers show

Commit Message

Mugunthan V N Sept. 3, 2015, 6:44 a.m. UTC
enable ethernet driver model for am335x gp evm as cpsw supports
driver model

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
---

Tested the patch on am335x gp evm, logs [1] and pushed a branch [2]
for others to test, This patch is based in [3].

[1]: http://pastebin.ubuntu.com/12260992/
[2]: git://git.ti.com/~mugunthanvnm/ti-u-boot/mugunth-ti-u-boot.git cpsw-dt-conversion
[3]: http://lists.denx.de/pipermail/u-boot/2015-September/226477.html

---
 configs/am335x_gp_evm_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/configs/am335x_gp_evm_defconfig b/configs/am335x_gp_evm_defconfig
index 62d3b6b..c87d7a9 100644
--- a/configs/am335x_gp_evm_defconfig
+++ b/configs/am335x_gp_evm_defconfig
@@ -12,3 +12,4 @@  CONFIG_OF_CONTROL=y
 CONFIG_SPL_DISABLE_OF_CONTROL=y
 CONFIG_SPI_FLASH=y
 CONFIG_RSA=y
+CONFIG_DM_ETH=y