diff mbox

[U-Boot] configs: dra7xx_evm: enable eth driver model

Message ID 20160810163503.8887-1-mugunthanvnm@ti.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Mugunthan V N Aug. 10, 2016, 4:35 p.m. UTC
Enable eth driver model for dra7xx_evm as cpsw supports
driver model.

This was already added with the commit 641b936fa5ba but with
commit bd7245849f7c 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/dra7xx_evm_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini Aug. 10, 2016, 4:49 p.m. UTC | #1
On Wed, Aug 10, 2016 at 10:05:03PM +0530, Mugunthan V N wrote:

> Enable eth driver model for dra7xx_evm as cpsw supports
> driver model.
> 
> This was already added with the commit 641b936fa5ba but with
> commit bd7245849f7c 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>
Lokesh Vutla Aug. 11, 2016, 9:41 a.m. UTC | #2
On Wednesday 10 August 2016 10:05 PM, Mugunthan V N wrote:
> Enable eth driver model for dra7xx_evm as cpsw supports
> driver model.
> 
> This was already added with the commit 641b936fa5ba but with
> commit bd7245849f7c to add fit support CONFIG_DM_ETH was missed.
> 
> Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
> Cc: Lokesh Vutla <lokeshvutla@ti.com>

Acked-by: Lokesh Vutla <lokeshvutla@ti.com>

Thanks and regards,
Lokesh

> ---
>  configs/dra7xx_evm_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configs/dra7xx_evm_defconfig b/configs/dra7xx_evm_defconfig
> index 81d2a0e..e5f813d 100644
> --- a/configs/dra7xx_evm_defconfig
> +++ b/configs/dra7xx_evm_defconfig
> @@ -59,3 +59,4 @@ CONFIG_SPL_LOAD_FIT=y
>  CONFIG_OF_LIST="dra7-evm dra72-evm"
>  CONFIG_DM_I2C=y
>  CONFIG_PCF8575_GPIO=y
> +CONFIG_DM_ETH=y
>
Tom Rini Aug. 12, 2016, 7:54 p.m. UTC | #3
On Wed, Aug 10, 2016 at 10:05:03PM +0530, Mugunthan V N wrote:

> Enable eth driver model for dra7xx_evm as cpsw supports
> driver model.
> 
> This was already added with the commit 641b936fa5ba but with
> commit bd7245849f7c 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>
> Acked-by: Lokesh Vutla <lokeshvutla@ti.com>

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

Patch

diff --git a/configs/dra7xx_evm_defconfig b/configs/dra7xx_evm_defconfig
index 81d2a0e..e5f813d 100644
--- a/configs/dra7xx_evm_defconfig
+++ b/configs/dra7xx_evm_defconfig
@@ -59,3 +59,4 @@  CONFIG_SPL_LOAD_FIT=y
 CONFIG_OF_LIST="dra7-evm dra72-evm"
 CONFIG_DM_I2C=y
 CONFIG_PCF8575_GPIO=y
+CONFIG_DM_ETH=y