diff options
author | Ye.Li <B37916@freescale.com> | 2015-09-30 16:41:29 +0800 |
---|---|---|
committer | Ye.Li <B37916@freescale.com> | 2015-09-30 16:53:40 +0800 |
commit | f2093fb3141914befac96722e290de6129d3828a (patch) | |
tree | f0097cce9835325ab76ff34ec0cd5137d541f635 | |
parent | a587a48d81ed7e9217fb957ed948754b1b4e8957 (diff) | |
download | u-boot-imx-f2093fb3141914befac96722e290de6129d3828a.zip u-boot-imx-f2093fb3141914befac96722e290de6129d3828a.tar.gz u-boot-imx-f2093fb3141914befac96722e290de6129d3828a.tar.bz2 |
MLK-11662-2 imx: mx6ul: Modify the MMDC automatic Power saving timer
The PST bit can't be set too small which will cause performance drop.
Refer the commit for same issue on MX6UL 9x9 EVK, now fix it for 14x14 LPDDR2 ARM2
commit e1ca547d198dde94c4d8278c99499ec2d2008880
Signed-off-by: Ye.Li <B37916@freescale.com>
-rw-r--r-- | board/freescale/mx6ul_14x14_lpddr2_arm2/imximage.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mx6ul_14x14_lpddr2_arm2/imximage.cfg b/board/freescale/mx6ul_14x14_lpddr2_arm2/imximage.cfg index 90eb8c4..9d993fc 100644 --- a/board/freescale/mx6ul_14x14_lpddr2_arm2/imximage.cfg +++ b/board/freescale/mx6ul_14x14_lpddr2_arm2/imximage.cfg @@ -116,6 +116,6 @@ DATA 4 0x021B0020 0x00001800 DATA 4 0x021B0818 0x00000000 DATA 4 0x021B0800 0xA1310003 DATA 4 0x021B0004 0x00025576 -DATA 4 0x021B0404 0x00010106 +DATA 4 0x021B0404 0x00011006 DATA 4 0x021B001C 0x00000000 #endif |