mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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> |
||
|---|---|---|
| .. | ||
| am43xx | ||
| am335x | ||
| am3517crane | ||
| beagle | ||
| beagle_x15 | ||
| dra7xx | ||
| evm | ||
| ks2_evm | ||
| omap5_uevm | ||
| panda | ||
| sdp3430 | ||
| sdp4430 | ||
| ti814x | ||
| ti816x | ||
| tnetv107xevm | ||