Home
last modified time | relevance | path

Searched hist:d844c7d43402f09c78ac4909945d9980cef6ccca (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/ddr/altera/
H A Dsequencer.cd844c7d43402f09c78ac4909945d9980cef6ccca Sat Jul 18 01:55:07 UTC 2015 Marek Vasut <marex@denx.de> ddr: altera: Clean up rw_mgr_mem_calibrate_read_test_patterns()

Rework this function such that the code is more readable. Zap
unused parameter "num_tries" while at it. Also wrap parameter
"bit_chk" into this function as it's value is not used outside.
Finally, fix the return value from this function to match the
common expectation, where 0 means success.

Signed-off-by: Marek Vasut <marex@denx.de>