summaryrefslogtreecommitdiff
path: root/board/ti/ks2_evm/ddr3_cfg.h
diff options
context:
space:
mode:
authorHao Zhang <hzhang@ti.com>2014-10-22 13:32:33 (GMT)
committerTom Rini <trini@ti.com>2014-10-23 15:27:05 (GMT)
commit345af534561a2c111ef1160cb8f25ba787d7e949 (patch)
treec60ed771f21b1def5c920dd6eafeb941dfa4ce38 /board/ti/ks2_evm/ddr3_cfg.h
parentb66604fb66c3e8fee5d294ac548d6da52fd1fae1 (diff)
downloadu-boot-345af534561a2c111ef1160cb8f25ba787d7e949.tar.xz
keystone2: k2l-evm: add board support
This patch adds Keystone II Lammar (K2L) EVM board support. Acked-by: Vitaly Andrianov <vitalya@ti.com> Signed-off-by: Hao Zhang <hzhang@ti.com> Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
Diffstat (limited to 'board/ti/ks2_evm/ddr3_cfg.h')
-rw-r--r--board/ti/ks2_evm/ddr3_cfg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/ti/ks2_evm/ddr3_cfg.h b/board/ti/ks2_evm/ddr3_cfg.h
index 15fcf52..5bd786c 100644
--- a/board/ti/ks2_evm/ddr3_cfg.h
+++ b/board/ti/ks2_evm/ddr3_cfg.h
@@ -19,6 +19,9 @@ extern struct ddr3_emif_config ddr3_1333_2g;
extern struct ddr3_phy_config ddr3phy_1600_4g;
extern struct ddr3_emif_config ddr3_1600_4g;
+extern struct ddr3_phy_config ddr3phy_1600_2g;
+extern struct ddr3_emif_config ddr3_1600_2g;
+
int ddr3_get_dimm_params(char *dimm_name);
#endif /* __DDR3_CFG_H */