commit | e3a76e2aaaf3ffc097695af889af64df7deb9bec | [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 | fb9a9bd606de305276b04b392d2cc99a7285c937 [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>