]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ddr: altera: Clean up sdr_*_phase() part 3
authorMarek Vasut <marex@denx.de>
Sun, 19 Jul 2015 02:37:08 +0000 (04:37 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:30 +0000 (08:17 +0200)
commit6b85d2506d545c5369bf5039b3aa85257d8b16a1
treee6c54ae76eda2bd14021cb4bef69ed7009da8bf5
parent3fdde11a321391a67da0a668c4663d150c2a3bb5
ddr: altera: Clean up sdr_*_phase() part 3

Fix the arguments passed to these functions. The bit_chk is
overriden by rw_mgr_mem_calibrate_read_test_all_ranks() which
is invoked by all three sdr_*_phase() functions, so just make
this into local variable.

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