OMAP3: Update SDRC dram_init to always call make_cs1_contiguous()
authorTom Rini <trini@ti.com>
Fri, 18 Nov 2011 12:47:59 +0000 (12:47 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 6 Dec 2011 22:59:37 +0000 (23:59 +0100)
commit5f862b7179f61b4ca826fe8b20d8ca3c7e267153
tree8af74ae6c73195add70ab542763e8916610716a4
parentb7eb9e7895bf481d979d58d5d7a53033c3ad9a8f
OMAP3: Update SDRC dram_init to always call make_cs1_contiguous()

We update the comment in make_cs1_contiguous() to be a little bit
more clear (it's been copy/pasted from other silicons) and then
explain in dram_init() why we need to always try this.

Note that in the previous behavior we were always calling this on
boards that never had cs1 populated anyhow so making sure we do
this always is fine and will correct things like omap3evm detecting
an invalid amount of memory (384MB).

Signed-off-by: Tom Rini <trini@ti.com>
arch/arm/cpu/armv7/omap3/sdrc.c