summaryrefslogtreecommitdiffstats
path: root/board/freescale
diff options
context:
space:
mode:
authorCodrin Ciubotariu <codrin.ciubotariu@freescale.com>2015-01-12 14:08:35 +0200
committerYork Sun <yorksun@freescale.com>2015-01-21 09:23:35 -0600
commitea191e6df254f135bc315411e42d65ccaa6dca66 (patch)
treeaea664262444489aea92346ce1e9bf9c387a1e74 /board/freescale
parent7e40e4beb8b4560074276ab599199c66ae03d3c6 (diff)
downloadtalos-obmc-uboot-ea191e6df254f135bc315411e42d65ccaa6dca66.tar.gz
talos-obmc-uboot-ea191e6df254f135bc315411e42d65ccaa6dca66.zip
board/T1040qds: Fix lane-to-slot mapping for SerDes protocol 0x89
Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'board/freescale')
-rw-r--r--board/freescale/t1040qds/eth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/t1040qds/eth.c b/board/freescale/t1040qds/eth.c
index 06d908658d..c6fc14632f 100644
--- a/board/freescale/t1040qds/eth.c
+++ b/board/freescale/t1040qds/eth.c
@@ -216,6 +216,7 @@ static void initialize_lane_to_slot(void)
lane_to_slot[1] = 7;
lane_to_slot[2] = 7;
lane_to_slot[3] = 7;
+ lane_to_slot[6] = 7;
lane_to_slot[7] = 7;
break;
case 0x8d:
OpenPOWER on IntegriCloud