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>
This commit is contained in:
parent
7e40e4beb8
commit
ea191e6df2
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue