Re: [linux-sunxi] [RFC PATCH u-boot 1/2] sunxi: dram: Adjust cubietruck dram chip width and density

2014-03-27 Thread Olliver Schinagl
On 03/26/2014 05:40 PM, Jens Kuske wrote: Cubietruck has four 4Gb x8 DDR3 chips, not two 8Gb x16. This doesn't change anything for users, but reports correct values for timing parameters depending on density. Your math is logical and it makes sense. The why is quickly answered, either it was o

[linux-sunxi] [RFC PATCH u-boot 1/2] sunxi: dram: Adjust cubietruck dram chip width and density

2014-03-26 Thread Jens Kuske
Cubietruck has four 4Gb x8 DDR3 chips, not two 8Gb x16. This doesn't change anything for users, but reports correct values for timing parameters depending on density. Signed-off-by: Jens Kuske --- board/sunxi/dram_cubietruck.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git