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

Mugunthan V N mugunthanvnm at ti.com
Thu Sep 3 08:44:42 CEST 2015


enable ethernet driver model for am335x gp evm as cpsw supports
driver model

Signed-off-by: Mugunthan V N <mugunthanvnm at 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 --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
-- 
2.5.1.522.g7aa67f6



More information about the U-Boot mailing list