commit | f36716971d3700a7b57be331136777bb82392de3 | [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 | 791d20e13d241f6ef43ead0f2c3ee777f5981c5b [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>