commit | 034aba7a8f80cccde9ab57ff552b8cc50981da0e | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Tue Jul 03 09:20:06 2012 -0700 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sat Sep 01 14:58:12 2012 +0200 |
tree | 5aa03e913128f11e30a96fc0878faa38234c2f38 | |
parent | 3fd44562b46b808dc0f28ae6bac1f30d036d50a3 [diff] |
am33xx: Move the call to ddr_pll_config, make it take the frequency Depending on if we have DDR2 or DDR3 on the board we will need to call ddr_pll_config with a different value. This call can be delayed slightly to the point where we know which type of memory we have. Signed-off-by: Tom Rini <trini@ti.com>