mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
rockchip: sdram: Tidy up a few comments
Fix spaces in two comments in this file. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
30fc0fdded
commit
9368104d2f
1 changed files with 2 additions and 2 deletions
|
@ -405,7 +405,7 @@ static void set_bandwidth_ratio(const struct chan_info *chan, u32 channel,
|
||||||
/* Data Byte disable*/
|
/* Data Byte disable*/
|
||||||
clrbits_le32(&publ->datx8[2].dxgcr, 1);
|
clrbits_le32(&publ->datx8[2].dxgcr, 1);
|
||||||
clrbits_le32(&publ->datx8[3].dxgcr, 1);
|
clrbits_le32(&publ->datx8[3].dxgcr, 1);
|
||||||
/*disable DLL */
|
/* disable DLL */
|
||||||
setbits_le32(&publ->datx8[2].dxdllcr, DXDLLCR_DLLDIS);
|
setbits_le32(&publ->datx8[2].dxdllcr, DXDLLCR_DLLDIS);
|
||||||
setbits_le32(&publ->datx8[3].dxdllcr, DXDLLCR_DLLDIS);
|
setbits_le32(&publ->datx8[3].dxdllcr, DXDLLCR_DLLDIS);
|
||||||
} else {
|
} else {
|
||||||
|
@ -416,7 +416,7 @@ static void set_bandwidth_ratio(const struct chan_info *chan, u32 channel,
|
||||||
setbits_le32(&publ->datx8[2].dxgcr, 1);
|
setbits_le32(&publ->datx8[2].dxgcr, 1);
|
||||||
setbits_le32(&publ->datx8[3].dxgcr, 1);
|
setbits_le32(&publ->datx8[3].dxgcr, 1);
|
||||||
|
|
||||||
/*enable DLL */
|
/* enable DLL */
|
||||||
clrbits_le32(&publ->datx8[2].dxdllcr, DXDLLCR_DLLDIS);
|
clrbits_le32(&publ->datx8[2].dxdllcr, DXDLLCR_DLLDIS);
|
||||||
clrbits_le32(&publ->datx8[3].dxdllcr, DXDLLCR_DLLDIS);
|
clrbits_le32(&publ->datx8[3].dxdllcr, DXDLLCR_DLLDIS);
|
||||||
/* reset DLL */
|
/* reset DLL */
|
||||||
|
|
Loading…
Reference in a new issue