mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-22 11:11:44 +01: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>