mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-27 22:52:31 +01:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue