Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | keystone2: ddr3: eliminate using global ddr3_size variable | Vitaly Andrianov | 2015-02-16 | -10/+2 |
| | | | | | | | | | | | | 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> | |||
* | keystone2: k2l-evm: add board support | Hao Zhang | 2014-10-23 | -0/+38 |
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> |