]> git.sur5r.net Git - u-boot/blobdiff - arch/powerpc/cpu/mpc8xxx/ddr/common_timing_params.h
powerpc: Use print_size() where appropriate
[u-boot] / 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