]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ddr: altera: sdram: Clean up set_sdr_mp_pacing()
authorMarek Vasut <marex@denx.de>
Sat, 1 Aug 2015 18:12:31 +0000 (20:12 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:35 +0000 (08:17 +0200)
commit301e6b8fcd34e14624b181a9758506893aac2fa7
tree50657c6909c904abcefb8596994d8e2042714f2c
parent047760d9a4ea0c8fe5e5820d2bd97fb04ca260eb
ddr: altera: sdram: Clean up set_sdr_mp_pacing()

Get rid of the constant clrsetbits_le32(), instead prepare the whole
content of the register once and write it at the end of the function.

Signed-off-by: Marek Vasut <marex@denx.de>
drivers/ddr/altera/sdram.c