X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Ffsl_immap.h;h=b1c4fe7969a951a43fc89da932fb3beee65d1ca4;hb=821560fd8e43eecc208c1c52ad24faadb6b52703;hp=d63cc19fa159d0efcdc9cbf81c5f9b9a4537c77c;hpb=e7f9350525d73233d4eaf1793f8fe618e9fd4910;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/fsl_immap.h b/include/fsl_immap.h index d63cc19..b1c4fe7 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; @@ -133,7 +131,6 @@ struct ccsr_ddr { u32 capture_ext_address; /* Error Extended Addr Capture */ u32 err_sbe; /* Single-Bit ECC Error Management */ u8 res_e5c[164]; - u32 debug[32]; /* debug_1 to debug_32 */ - u8 res_f80[128]; + u32 debug[64]; /* debug_1 to debug_64 */ }; #endif /* __FSL_IMMAP_H */