commit | 23028d69e950023a3cb605751dbcb1e314be8b36 | [log] [tgz] |
---|---|---|
author | Andy Fleming <afleming@freescale.com> | Mon Oct 22 17:28:18 2012 -0500 |
committer | Andy Fleming <afleming@freescale.com> | Mon Oct 22 17:28:18 2012 -0500 |
tree | 7d5f3869a4b585f6b3029e8c714af8ddecb932f4 | |
parent | 19e4a00965f03d5d64af00b7b4258dff43e57d17 [diff] |
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>