]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
keystone: ddr3: move K2HK DDR3 configuration to a common file
authorHao Zhang <hzhang@ti.com>
Wed, 9 Jul 2014 20:44:49 +0000 (23:44 +0300)
committerTom Rini <trini@ti.com>
Fri, 25 Jul 2014 20:26:11 +0000 (16:26 -0400)
commitb1babef856f936278d24bd0bf84f9cf702df2392
tree6974dfff2f7343cf53682295256acc5a533d48e9
parent2221cd12cddeecd88ae2d8d6ec4e5ca390b14dc7
keystone: ddr3: move K2HK DDR3 configuration to a common file

It's convenient to hold configurations for DDR3 PHY and EMIF in
separate common place. This patch moves K2HK DDR3 PHY and EMIF
configuration data with different rates and memory size to a common
ddr3_cfg.c file.

Acked-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Hao Zhang <hzhang@ti.com>
Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
board/ti/ks2_evm/Makefile
board/ti/ks2_evm/ddr3_cfg.c [new file with mode: 0644]
board/ti/ks2_evm/ddr3_cfg.h [new file with mode: 0644]
board/ti/ks2_evm/ddr3_k2hk.c