]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
OMAP3: Add a helper function to set timings in SDRC
authorTom Rini <trini@ti.com>
Fri, 18 Nov 2011 12:48:00 +0000 (12:48 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 6 Dec 2011 22:59:38 +0000 (23:59 +0100)
commit2a04e85870de089018e40828a5238cc413089007
tree043b639438ddbb19d86034cbae03229962483fac
parent5f862b7179f61b4ca826fe8b20d8ca3c7e267153
OMAP3: Add a helper function to set timings in SDRC

Since we go through the sequence to setup the SDRC timings more than
once, break this logic out into its own function and have that function
call mem_ok() to make sure the memory is usable.

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