]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
85xx: Protect timeout_save variable with ifdefs
authorAndy Fleming <afleming@freescale.com>
Mon, 22 Oct 2012 22:28:18 +0000 (17:28 -0500)
committerAndy Fleming <afleming@freescale.com>
Mon, 22 Oct 2012 22:28:18 +0000 (17:28 -0500)
commit23028d69e950023a3cb605751dbcb1e314be8b36
tree7d5f3869a4b585f6b3029e8c714af8ddecb932f4
parent19e4a00965f03d5d64af00b7b4258dff43e57d17
85xx: Protect timeout_save variable with ifdefs

The timeout_save variable was only used by the DDR111_134
erratum code. It was being set, but never used. Newer compilers
will actually complain about this.

Signed-off-by: Andy Fleming <afleming@freescale.com>
arch/powerpc/cpu/mpc85xx/ddr-gen3.c