commit | c7ea243cc095d6510e1a1e3a4969e787a9d41271 | [log] [tgz] |
---|---|---|
author | Sanchayan Maity <maitysanchayan@gmail.com> | Wed Apr 15 16:24:22 2015 +0530 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 23 14:56:08 2015 -0400 |
tree | d8739e6a0d0b8eed7d4f4f09037e412652872577 | |
parent | 5db73feb1d3fd0130ce97626bfa75a4287b3380a [diff] |
ARM: vf610: Move DDR3 initialization to imx-common In order to avoid code duplication, move the DDR3 initialization to the common place under imx-common. Currently ROW_DIFF and COL_DIFF can be chosen from the board file. The JEDEC timings are specified using a common ddr3_jedec_timings structure. Signed-off-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>