]> Git Repo - u-boot.git/blame - board/ti/ks2_evm/ddr3_cfg.h
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
[u-boot.git] / board / ti / ks2_evm / ddr3_cfg.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
b1babef8
HZ
2/*
3 * Keystone2: DDR3 configuration
4 *
5 * (C) Copyright 2012-2014
6 * Texas Instruments Incorporated, <www.ti.com>
b1babef8
HZ
7 */
8
9#ifndef __DDR3_CFG_H
10#define __DDR3_CFG_H
11
d9a76e77 12#include <asm/arch/ddr3.h>
a9068479 13
345af534
HZ
14extern struct ddr3_phy_config ddr3phy_1600_2g;
15extern struct ddr3_emif_config ddr3_1600_2g;
16
d9a76e77 17int ddr3_get_dimm_params_from_spd(struct ddr3_spd_cb *spd_cb);
b1babef8
HZ
18
19#endif /* __DDR3_CFG_H */
This page took 0.285991 seconds and 5 git commands to generate.