commit | 1beb24328c392e5c94ed15f71ed4821d45edab42 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sat Jul 18 04:24:49 2015 +0200 |
committer | Marek Vasut <marex@denx.de> | Sat Aug 08 14:14:18 2015 +0200 |
tree | 7e8e0f0f20f8ef9ba61a4d1cdaea6ef4973388f7 | |
parent | faf820ac5cc4e3a89eae2f75357cc733b23a3bcf [diff] |
ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase_sweep_dq_in_delay() part 3 Replace at least one of the loops in this function with call of a standard function call instead of the ad-hoc implementation. The other one cannot be replaced, since the delay is incremented for each group. Signed-off-by: Marek Vasut <marex@denx.de>