commit | 66c98a0c3807720a32ce49c9ba2a5808555062d7 | [log] [tgz] |
---|---|---|
author | Vitaly Andrianov <vitalya@ti.com> | Wed Feb 11 14:07:58 2015 -0500 |
committer | Tom Rini <trini@ti.com> | Mon Feb 16 12:41:41 2015 -0500 |
tree | f529bcd2aad0df100e358b6555885027a33868f8 | |
parent | bba379d498b4ed408e79f7aec6dc23a3572c37e7 [diff] |
keystone2: ddr3: eliminate using global ddr3_size variable 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>