Re: [U-Boot] [PATCH V2 2/4] arm: mx6: cm_fx6: detect 1GB DRAM correctly on solo

2014-11-02 Thread Igor Grinberg
On 10/29/14 17:56, Nikita Kiryanov wrote: > The 1GB DRAM configuration on mx6 solo uses 2 chip selects, but > the code tests 1GB DRAM configuration as if it is all present on one > chip select, and thus cannot see the full range of available memory. > > Refactor the check to detect 1GB DRAM corr

Re: [U-Boot] [PATCH V2 2/4] arm: mx6: cm_fx6: detect 1GB DRAM correctly on solo

2014-10-29 Thread Nikita Kiryanov
Forgot the changelog: On 29/10/14 17:56, Nikita Kiryanov wrote: The 1GB DRAM configuration on mx6 solo uses 2 chip selects, but the code tests 1GB DRAM configuration as if it is all present on one chip select, and thus cannot see the full range of available memory. Refactor the check to detect

[U-Boot] [PATCH V2 2/4] arm: mx6: cm_fx6: detect 1GB DRAM correctly on solo

2014-10-29 Thread Nikita Kiryanov
The 1GB DRAM configuration on mx6 solo uses 2 chip selects, but the code tests 1GB DRAM configuration as if it is all present on one chip select, and thus cannot see the full range of available memory. Refactor the check to detect 1GB DRAM correctly. Signed-off-by: Nikita Kiryanov Cc: Igor Grinb