commit | 3aa19dcbd209ddf1e2ca2f92c6453283fe50b855 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sat Jul 18 04:28:42 2015 +0200 |
committer | Marek Vasut <marex@denx.de> | Sat Aug 08 14:14:18 2015 +0200 |
tree | d28181ad569f0c888ba301e7dabff7d80a2f9c56 | |
parent | 1beb24328c392e5c94ed15f71ed4821d45edab42 [diff] |
ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase_sweep_dq_in_delay() part 4 This function is only invoked from rw_mgr_mem_calibrate_dqs_enable_calibration() and at this point, it is just one level of indirection, so wrap the rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase_sweep_dq_in_delay() into rw_mgr_mem_calibrate_dqs_enable_calibration() to get rid of the level of indirection. Signed-off-by: Marek Vasut <marex@denx.de>