]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_center() part 9
authorMarek Vasut <marex@denx.de>
Sat, 18 Jul 2015 18:42:27 +0000 (20:42 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:33 +0000 (08:17 +0200)
commitc51431fb54d7fb0a5273500813109de1a2d64ce3
tree434a4d9ae671fe7dc658c931ad164e754d335208
parent6d47b97e45175de738d060451257ff9bc8af603f
ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_center() part 9

The read_group and write_group arguments are the same in all
cases when this function is invoked, just merge them into one
rw_group argument. Also, clean up the function argument data
types and constify them.

Signed-off-by: Marek Vasut <marex@denx.de>
drivers/ddr/altera/sequencer.c