u-boot/arch/arm/cpu/armv7/keystone
Vitaly Andrianov 66c98a0c38 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>
2015-02-16 12:41:41 -05:00
..
Kconfig kconfig: arm: introduce symbol for ARM CPUs 2014-10-29 09:02:09 -04:00
Makefile ARM: keystone: cmd_ddr3: add ddr3 commands to test ddr 2014-10-23 11:27:29 -04:00
clock-k2e.c keystone2: use EFUSE_BOOTROM information to configure PLLs 2014-08-25 10:48:12 -04:00
clock-k2hk.c keystone2: use EFUSE_BOOTROM information to configure PLLs 2014-08-25 10:48:12 -04:00
clock-k2l.c keystone2: clock: add K2L clock definitions and commands 2014-10-23 11:27:04 -04:00
clock.c ARM: keystone: clock: add support for K2E SoCs 2014-10-23 11:27:29 -04:00
cmd_clock.c ARM: cmd_clock: generalize command usage description 2014-10-23 11:27:04 -04:00
cmd_ddr3.c ARM: keystone: cmd_ddr3: add ddr3 commands to test ddr 2014-10-23 11:27:29 -04:00
cmd_mon.c k2hk: add support for k2hk SOC and EVM 2014-04-17 17:24:38 -04:00
ddr3.c keystone2: ddr3: eliminate using global ddr3_size variable 2015-02-16 12:41:41 -05:00
init.c keystone: set default pci mode to root complex 2015-01-05 15:13:47 -05:00
keystone.c k2hk: use common KS2_ prefix for all hardware definitions 2014-07-25 16:26:10 -04:00
msmc.c ARM: keystone: msmc: extend functionality of SES 2014-10-23 11:27:29 -04:00
psc.c keystone2: use readl/writel functions instead of redefinition 2014-09-04 13:06:00 -04:00