]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
am33xx: Rework config_ddr to make DDR3 support easier.
authorTom Rini <trini@ti.com>
Mon, 30 Jul 2012 21:13:56 +0000 (14:13 -0700)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 1 Sep 2012 12:58:13 +0000 (14:58 +0200)
commit318f27c98fc9c07df983d4214ef723331181e7db
treec7e365c7b76b894cbccdac74d7fa4ea98f20216b
parent942d3f0174700ec5d823f0f9a415b86d7cde2a9e
am33xx: Rework config_ddr to make DDR3 support easier.

In order to support DDR3 as well as DDR2, we need to perform the same
init sequence, but with different values.  So change config_ddr() to
toggle setting pointers/etc for what DDR2 wants, and then calling.

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