summaryrefslogtreecommitdiffstats
path: root/board/ti/ks2_evm/ddr3_k2e.c
Commit message (Collapse)AuthorAgeFilesLines
* keystone2: ddr3: eliminate using global ddr3_size variableVitaly Andrianov2015-02-161-8/+6
| | | | | | | | | | | | KS2 ddr3 initialization uses ddr3_size global variable before u-boot relocation. Even if the variable is not being used after relocation, writing to it corrupts relocation table. This patch removes the global ddr3_size variable and uses local one instead. Signed-off-by: Vitaly Andrianov <vitalya@ti.com> Tested-by: Nishanth Menon <nm@ti.com>
* board: k2e-evm: add board supportHao Zhang2014-07-251-0/+55
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>
OpenPOWER on IntegriCloud