diff mbox

[U-Boot] defconfig: am43xx_evm: enable eth driver model

Message ID 20160811085704.24819-1-mugunthanvnm@ti.com
State Accepted
Commit 568d492a07c142b05d3b759ba8337698bae76e69
Delegated to: Tom Rini
Headers show

Commit Message

Mugunthan V N Aug. 11, 2016, 8:57 a.m. UTC
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>
---
 configs/am43xx_evm_defconfig    | 1 +
 configs/am43xx_hs_evm_defconfig | 1 +
 2 files changed, 2 insertions(+)

Comments

Tom Rini Aug. 11, 2016, 11:22 a.m. UTC | #1
On Thu, Aug 11, 2016 at 02:27:04PM +0530, Mugunthan V N wrote:

> 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>
Tom Rini Aug. 12, 2016, 7:54 p.m. UTC | #2
On Thu, Aug 11, 2016 at 02:27:04PM +0530, Mugunthan V N wrote:

> 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>

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

Patch

diff --git a/configs/am43xx_evm_defconfig b/configs/am43xx_evm_defconfig
index b3fe269..56782f1 100644
--- a/configs/am43xx_evm_defconfig
+++ b/configs/am43xx_evm_defconfig
@@ -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
diff --git a/configs/am43xx_hs_evm_defconfig b/configs/am43xx_hs_evm_defconfig
index c8ce723..1553196 100644
--- a/configs/am43xx_hs_evm_defconfig
+++ b/configs/am43xx_hs_evm_defconfig
@@ -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