commit | e87443363a6ced66429157484b46260a257d432d | [log] [tgz] |
---|---|---|
author | Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> | Wed Oct 23 22:19:37 2019 +0200 |
committer | Marek Vasut <marex@denx.de> | Wed Nov 20 22:32:00 2019 +0100 |
tree | f147ff0413de67aca2cde50e48c328f66c61c14f | |
parent | a2e26744cb3f76e529a9bc3da5077f2c08a98deb [diff] |
ddr: socfpga: gen5: constify altera_gen5_sdram_ops Make the function pointer struct const, as it does not need to be writable. This doesn't really change anything other than moving this variable to a different section. No functional change. Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> Reviewed-by: Ley Foon Tan <ley.foon.tan@intel.com>