summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2016-10-10 10:07:57 +0800
committerRobby Cai <robby.cai@nxp.com>2016-11-16 16:58:01 +0800
commitd60d16f19c09bbef753a88aa9e3bd1db17e73339 (patch)
treeda3b8b9cacd476e687ca73842c0a930429df6b94 /include
parent5525ce982f39b50465d7fbb7a1a2f7df9d2d15ec (diff)
downloadu-boot-imx-d60d16f19c09bbef753a88aa9e3bd1db17e73339.zip
u-boot-imx-d60d16f19c09bbef753a88aa9e3bd1db17e73339.tar.gz
u-boot-imx-d60d16f19c09bbef753a88aa9e3bd1db17e73339.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> (cherry picked from commit a7ea01a7ac6d45c9df72980cb3067c8e65678d11)
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