Home
last modified time | relevance | path

Searched hist:"0 b23780ff02bdbec46fac1fe4151e2ebf1eae881" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/board/compulab/cm_fx6/
H A Dspl.cdiff 0b23780ff02bdbec46fac1fe4151e2ebf1eae881 Wed Oct 29 10:56:22 CDT 2014 Nikita Kiryanov <nikita@compulab.co.il> arm: mx6: cm_fx6: detect 1GB DRAM correctly on solo

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 <nikita@compulab.co.il>
Cc: Igor Grinberg <grinberg@compulab.co.il>
Cc: Stefano Babic <sbabic@denx.de>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>