commit | 28957f3fe4ff51f9b3bca523f9f04129604f8efb | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sun Jul 19 07:51:17 2015 +0200 |
committer | Marek Vasut <marex@denx.de> | Sat Aug 08 14:14:21 2015 +0200 |
tree | 17a4129fe9b1a35ae86b8d65a6cd9f7462ca4a1e | |
parent | c6c1fe7db17b94e86fc427fca62940406fb6f0e7 [diff] |
ddr: altera: Clean up rw_mgr_mem_calibrate_read_test() part 3 The C language has signed types, so make use of them. Fix this obscene loop, which tries to do away with unsigned type, but just makes the code more cryptic. Signed-off-by: Marek Vasut <marex@denx.de>