commit | 28ea827d9c8963a5abb3dc1f0fe26001be5a555a | [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 | 25fefe8bf8dc05c32b22ffff281fb293d92dc7e5 [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>