[U-Boot] [PATCH v2 07/11] board/T1040qds: Fix lane-to-slot mapping	for SerDes protocol 0x89
    Codrin Ciubotariu 
    codrin.ciubotariu at freescale.com
       
    Fri Dec 19 18:02:05 CET 2014
    
    
  
Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu at freescale.com>
Change-Id: I911b61580681f4b042b1f280a6a60ebf91d9ab13
---
 board/freescale/t1040qds/eth.c | 1 +
 1 file changed, 1 insertion(+)
diff --git a/board/freescale/t1040qds/eth.c b/board/freescale/t1040qds/eth.c
index 06d9086..c6fc146 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:
-- 
1.7.11.7
    
    
More information about the U-Boot
mailing list