summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2016-10-10 10:07:57 +0800
committerPeng Fan <peng.fan@nxp.com>2016-10-11 13:08:56 +0800
commita7ea01a7ac6d45c9df72980cb3067c8e65678d11 (patch)
treed888dbb0cc7d3e954b5b51a815ebf84156ec79fd /include
parentb62d502aba4682abfaa3c0a16018f1461a62f217 (diff)
downloadu-boot-imx-a7ea01a7ac6d45c9df72980cb3067c8e65678d11.zip
u-boot-imx-a7ea01a7ac6d45c9df72980cb3067c8e65678d11.tar.gz
u-boot-imx-a7ea01a7ac6d45c9df72980cb3067c8e65678d11.tar.bz2
MLK-13307-11 imx: mx6sll: disable LDO
There is no LDO for i.MX6SLL. Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h
index fba99e5..f668899 100644
--- a/include/configs/mx6_common.h
+++ b/include/configs/mx6_common.h
@@ -127,5 +127,7 @@ defined(CONFIG_MX6DL)) && !defined(CONFIG_MX6SOLO)
#define CONFIG_MXC_OCOTP
/* LDO Bypass */
+#ifndef CONFIG_MX6SLL
#define CONFIG_LDO_BYPASS_CHECK
#endif
+#endif