From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Grinberg Date: Sun, 02 Nov 2014 16:34:04 +0200 Subject: [U-Boot] [PATCH V2 2/4] arm: mx6: cm_fx6: detect 1GB DRAM correctly on solo In-Reply-To: <1414598184-1963-3-git-send-email-nikita@compulab.co.il> References: <1414598184-1963-1-git-send-email-nikita@compulab.co.il> <1414598184-1963-3-git-send-email-nikita@compulab.co.il> Message-ID: <545640DC.3030009@compulab.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 correctly. > > Signed-off-by: Nikita Kiryanov > Cc: Igor Grinberg > Cc: Stefano Babic Acked-by: Igor Grinberg -- Regards, Igor.