commit | 4b020fe328562ab8c5ce51b08a7a24bf2da30562 | [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 | 4d45112b560ae8c7147fc6fdbf64dda2bb2cc488 [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>