commit | a9554d6abdda75316a7dd969a9d53442f8a0b7ff | [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 | 8405db86ccb0043fa6f1b0da1436a02cf0f3c370 [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>