diff options
author | Codrin Ciubotariu <codrin.ciubotariu@nxp.com> | 2016-03-14 13:46:51 +0200 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-04-07 10:01:01 -0700 |
commit | 4c1ceb6954d3e2defabe5633567ad1335f2ac730 (patch) | |
tree | 2538bb567d916e59f8a0ebda97a7efccb212e61c | |
parent | 46a16bd895144617575c788d9c2554aeef76ac44 (diff) |
powerpc: t1040qds: Use generic ethsw commands
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>
Reviewed-by: York Sun <york.sun@nxp.com>
-rw-r--r-- | include/configs/T1040QDS.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/T1040QDS.h b/include/configs/T1040QDS.h index aa0f802233a..f52889dc61e 100644 --- a/include/configs/T1040QDS.h +++ b/include/configs/T1040QDS.h @@ -677,7 +677,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 |