diff mbox

[U-Boot] powerpc: t1040qds: Use generic ethsw commands

Message ID 1457956012-28175-2-git-send-email-codrin.ciubotariu@nxp.com
State Accepted
Commit 4c1ceb6954d3e2defabe5633567ad1335f2ac730
Delegated to: York Sun
Headers show

Commit Message

Codrin Ciubotariu March 14, 2016, 11:46 a.m. UTC
The commands for the VSC9953 l2 switch from T1040 became generic in
patch https://patchwork.ozlabs.org/patch/499748/ and the define
was renamed.

Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@nxp.com>
---
 include/configs/T1040QDS.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Joe Hershberger March 25, 2016, 9:22 p.m. UTC | #1
On Mon, Mar 14, 2016 at 6:46 AM, Codrin Ciubotariu
<codrin.ciubotariu@nxp.com> wrote:
> The commands for the VSC9953 l2 switch from T1040 became generic in
> patch https://patchwork.ozlabs.org/patch/499748/ and the define
> was renamed.
>
> Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@nxp.com>

Acked-by: Joe Hershberger <joe.hershberger@ni.com>
York Sun April 8, 2016, 10:45 p.m. UTC | #2
On 03/14/2016 04:47 AM, Codrin Ciubotariu wrote:
> The commands for the VSC9953 l2 switch from T1040 became generic in
> patch https://patchwork.ozlabs.org/patch/499748/ and the define
> was renamed.
> 
> Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@nxp.com>
> ---
>  include/configs/T1040QDS.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied to u-boot-mpc85xx master. Awaiting upstream.

Thanks.

York
diff mbox

Patch

diff --git a/include/configs/T1040QDS.h b/include/configs/T1040QDS.h
index 2e7892f..15ae390 100644
--- a/include/configs/T1040QDS.h
+++ b/include/configs/T1040QDS.h
@@ -686,7 +686,7 @@  unsigned long get_board_ddr_clk(void);
 
 /* Enable VSC9953 L2 Switch driver */
 #define CONFIG_VSC9953
-#define CONFIG_VSC9953_CMD
+#define CONFIG_CMD_ETHSW
 #define CONFIG_SYS_FM1_QSGMII11_PHY_ADDR	0x14
 #define CONFIG_SYS_FM1_QSGMII21_PHY_ADDR	0x18