commit | 724c50fc8916effdd4e0f0b7a1be193d01ed4a16 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sat Aug 01 19:20:19 2015 +0200 |
committer | Marek Vasut <marex@denx.de> | Sat Aug 08 14:14:25 2015 +0200 |
tree | 961d4de6d537bfedbf173d5a97150ba2e74b71cd | |
parent | 186880ee89c5f059352f7b7de8b477853ca3415e [diff] |
ddr: altera: sdram: Clean up compute_errata_rows() part 2 Remove all parameters of this function, since they are only constants passed in from another function, so make them local. Also, rename the function to get_errata_rows() as this is closer to what it does. Signed-off-by: Marek Vasut <marex@denx.de>