Files
u-boot-tk1-som/drivers
Marek Vasut 35e47b7132 ddr: altera: Repair uninited variable
Fix the following problem:
drivers/ddr/altera/sequencer.c: In function 'sdram_calibration_full':
drivers/ddr/altera/sequencer.c:1943:25: warning: 'found_failing_read' may be used uninitialized in this function [-Wmaybe-uninitialized]
  if (found_passing_read && found_failing_read)
                         ^
drivers/ddr/altera/sequencer.c:1803:26: note: 'found_failing_read' was declared here
  u32 found_passing_read, found_failing_read, initial_failing_dtap;
                          ^

Signed-off-by: Marek Vasut <marex@denx.de>
2015-08-23 11:56:19 +02:00
..
2015-08-23 11:56:19 +02:00
2015-07-27 15:53:52 -07:00
2015-08-18 13:45:55 -04:00
2015-04-10 14:23:23 +02:00
2015-08-17 18:49:43 +02:00
2015-05-26 14:13:12 +02:00
2015-08-19 22:31:39 +02:00
2015-07-21 17:39:29 -06:00