mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-04 12:11:40 +02:00
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>