[U-Boot] [PATCH] driver/ddr/fsl: Remove deskew_cntrl register

York Sun yorksun at freescale.com
Tue Apr 28 23:23:14 CEST 2015


This register is reserved and shouldn't have been exposed.
Accessing it may have unexpected result on different SoCs.

Signed-off-by: York Sun <yorksun at freescale.com>
---
 include/fsl_immap.h |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/include/fsl_immap.h b/include/fsl_immap.h
index d63cc19..e4addad 100644
--- a/include/fsl_immap.h
+++ b/include/fsl_immap.h
@@ -87,9 +87,7 @@ struct ccsr_ddr {
 	u32	timing_cfg_9;		/* SDRAM Timing Configuration 9 */
 	u8	res_258[0x260-0x258];
 	u32	sdram_cfg_3;
-	u8	res_264[0x2a0-0x264];
-	u32	deskew_cntl;
-	u8	res_2a4[0x400-0x2a4];
+	u8	res_264[0x400-0x264];
 	u32	dq_map_0;
 	u32	dq_map_1;
 	u32	dq_map_2;
-- 
1.7.9.5



More information about the U-Boot mailing list