diff options
author | Shengzhou Liu <Shengzhou.Liu@freescale.com> | 2014-03-06 15:07:39 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-03-07 14:52:41 -0800 |
commit | 6b7679c8d2b92cd7e4e8dad6f2ff84ce36ec2c5e (patch) | |
tree | 6b46125045ce6951cfc7e31dceff416aaedac7eb /board | |
parent | b892465dae6afc5528724c044991a76f241cd177 (diff) |
powerpc/t208xqds: fixup for t208xqds
Change QIXIS timing parameter CONFIG_SYS_CS3_FTIM2 to 8 from 0.
Fix EMI2 for t2080qds, which was caused by adding t2081qds.
Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/freescale/t208xqds/eth_t208xqds.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/board/freescale/t208xqds/eth_t208xqds.c b/board/freescale/t208xqds/eth_t208xqds.c index 7d8411bef72..d7a804d22ad 100644 --- a/board/freescale/t208xqds/eth_t208xqds.c +++ b/board/freescale/t208xqds/eth_t208xqds.c @@ -36,14 +36,15 @@ #define EMI1_SLOT3 3 #define EMI1_SLOT4 4 #define EMI1_SLOT5 5 +#define EMI2 7 #elif defined(CONFIG_T2081QDS) #define EMI1_SLOT2 3 #define EMI1_SLOT3 4 #define EMI1_SLOT5 5 #define EMI1_SLOT6 6 #define EMI1_SLOT7 7 -#endif #define EMI2 8 +#endif static int mdio_mux[NUM_FM_PORTS]; |