summaryrefslogtreecommitdiff
path: root/board/ti/ks2_evm/ddr3_cfg.h
diff options
context:
space:
mode:
authorHao Zhang <hzhang@ti.com>2014-07-15 21:59:27 (GMT)
committerTom Rini <trini@ti.com>2014-07-25 20:26:11 (GMT)
commita906847966fd097835712b2ad3b5bac340793d43 (patch)
tree67afa93f1dc41bbc70515613bc3e890490ec0cbe /board/ti/ks2_evm/ddr3_cfg.h
parent1284246eb97769b0da5483fb92a8c0940b46b739 (diff)
downloadu-boot-a906847966fd097835712b2ad3b5bac340793d43.tar.xz
board: k2e-evm: add board support
This patch adds Keystone2 k2e_evm evaluation board support. 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 d14bac3..15fcf52 100644
--- a/board/ti/ks2_evm/ddr3_cfg.h
+++ b/board/ti/ks2_evm/ddr3_cfg.h
@@ -16,6 +16,9 @@ extern struct ddr3_emif_config ddr3_1600_8g;
extern struct ddr3_phy_config ddr3phy_1333_2g;
extern struct ddr3_emif_config ddr3_1333_2g;
+extern struct ddr3_phy_config ddr3phy_1600_4g;
+extern struct ddr3_emif_config ddr3_1600_4g;
+
int ddr3_get_dimm_params(char *dimm_name);
#endif /* __DDR3_CFG_H */