commit | b148ebe4f661414a837b6c1c00078d7b304e6ba8 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sun Jul 19 05:01:12 2015 +0200 |
committer | Marek Vasut <marex@denx.de> | Sat Aug 08 14:14:18 2015 +0200 |
tree | a840acc14c2fdae2cb8f19e859602dbe2d1828ad | |
parent | 434f6390147a082d233be8780e85b96ed8331e4f [diff] |
ddr: altera: Clean up sdr_*_phase() part 4 Get rid of found_{begin,end} variables. Instead of breaking out through all of the loops, just return when the begin/end of the window is found and be done with it. Also clean up the trailing conditional expression, which is now much easier. Signed-off-by: Marek Vasut <marex@denx.de>