summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2016-05-04 18:57:29 +0800
committerzhang sanshan <b51434@freescale.com>2016-05-30 17:20:50 +0800
commit78a9948f7edb52081a366dbb74b4df00f9876353 (patch)
tree593e57df3dbaefef15854fba1e6b142e356410f1 /board
parent538006e8ba1a91404960bd2c2211f5d1f1091e01 (diff)
downloadu-boot-imx-78a9948f7edb52081a366dbb74b4df00f9876353.zip
u-boot-imx-78a9948f7edb52081a366dbb74b4df00f9876353.tar.gz
u-boot-imx-78a9948f7edb52081a366dbb74b4df00f9876353.tar.bz2
MLK-12748-2 imx: remove IOMUXC GPR setting for i.mx7d retention mode
i.MX7D TO1.2 removes the DDR PADs retention mode setting in IOMUXC GPR, it is same as TO1.0, so only apply the IOMUXC GPR setting for TO1.1. Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Diffstat (limited to 'board')
-rw-r--r--board/freescale/mx7d_12x12_lpddr3_arm2/plugin.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/freescale/mx7d_12x12_lpddr3_arm2/plugin.S b/board/freescale/mx7d_12x12_lpddr3_arm2/plugin.S
index 41ceb69..fbcd682 100644
--- a/board/freescale/mx7d_12x12_lpddr3_arm2/plugin.S
+++ b/board/freescale/mx7d_12x12_lpddr3_arm2/plugin.S
@@ -227,10 +227,10 @@ TUNE_END:
ldr r7, [r1, #0x800]
and r7, r7, #0xFF
- cmp r7, #0x10
- beq 2f
+ cmp r7, #0x11
+ bne 2f
- /* from TO1.1 */
+ /* for TO1.1 */
ldr r7, [r11]
bic r7, r7, #(1 << 27)
str r7, [r11]