]> git.baikalelectronics.ru Git - uboot.git/commit
arm: socfpga: make config structs const
authorSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Wed, 14 Nov 2018 20:05:12 +0000 (21:05 +0100)
committerMarek Vasut <marex@denx.de>
Thu, 29 Nov 2018 11:45:15 +0000 (12:45 +0100)
commitcb63a87cab4c5143bd880affcd1bcb080a5aafd3
tree7718e4f65533aa09cb8047322c171f094b816bca
parent5940786adda4a6bc63c09709d6a5b16dcb4c519c
arm: socfpga: make config structs const

There are two config structs left in wrap_sdram_config.c that can
be made const.

Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
arch/arm/mach-socfpga/wrap_sdram_config.c