Re: [U-Boot] [PATCH] ddr: socfpga: gen5: constify altera_gen5_sdram_ops

2019-10-23 Thread Ley Foon Tan
On Wed, 2019-10-23 at 22:19 +0200, Simon Goldschmidt wrote: > 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 Revi

[U-Boot] [PATCH] ddr: socfpga: gen5: constify altera_gen5_sdram_ops

2019-10-23 Thread Simon Goldschmidt
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 --- drivers/ddr/altera/sdram_gen5.c | 2 +- 1 file changed, 1 insertion(