]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/powerpc/cpu/mpc8xxx/ddr/common_timing_params.h
Merge branch 'master' of git://git.denx.de/u-boot-ti
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc8xxx / ddr / common_timing_params.h
index 5aea517f251d0716b00693600dbfc6d172a49a88..06706ed78c7f5f90982bb4e9a05dba3626bee401 100644 (file)
@@ -48,6 +48,9 @@ typedef struct {
 
        unsigned long long total_mem;
        unsigned long long base_address;
+
+       /* DDR3 RDIMM */
+       unsigned char rcw[16];  /* Register Control Word 0-15 */
 } common_timing_params_t;
 
 #endif