commit | 318f27c98fc9c07df983d4214ef723331181e7db | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Mon Jul 30 14:13:56 2012 -0700 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sat Sep 01 14:58:13 2012 +0200 |
tree | c7e365c7b76b894cbccdac74d7fa4ea98f20216b | |
parent | 942d3f0174700ec5d823f0f9a415b86d7cde2a9e [diff] |
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>