]> git.sur5r.net Git - u-boot/commitdiff
defconfig: am43xx_evm: enable eth driver model
authorMugunthan V N <mugunthanvnm@ti.com>
Thu, 11 Aug 2016 08:57:04 +0000 (14:27 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 12 Aug 2016 13:23:48 +0000 (09:23 -0400)
Enable eth driver model for am43xx_evm as cpsw supports
driver model.

This was already added with the commit bc705ea1cf12 but with
commit 4c4e3b37750f to add fit support CONFIG_DM_ETH was missed.

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Cc: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
configs/am43xx_evm_defconfig
configs/am43xx_hs_evm_defconfig

index b3fe2699fabde78c50405f142681686f726c9f90..56782f179638bdf35f32e09c35cb80d8cf87236d 100644 (file)
@@ -56,3 +56,4 @@ CONFIG_G_DNL_VENDOR_NUM=0x0403
 CONFIG_G_DNL_PRODUCT_NUM=0xbd00
 CONFIG_SPL_OF_LIBFDT=y
 CONFIG_DM_I2C=y
+CONFIG_DM_ETH=y
index c8ce72348ee76ef100e593f89a02c883291cfbbb..1553196a1f979cf4bb0741865fa8b19df13e78a8 100644 (file)
@@ -59,3 +59,4 @@ CONFIG_G_DNL_VENDOR_NUM=0x0403
 CONFIG_G_DNL_PRODUCT_NUM=0xbd00
 CONFIG_SPL_OF_LIBFDT=y
 CONFIG_DM_I2C=y
+CONFIG_DM_ETH=y