summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Gong <B38343@freescale.com>2012-07-24 10:42:59 +0800
committerJustin Waters <justin.waters@timesys.com>2012-09-12 11:05:52 -0400
commit38235cf057f3834a32cfbf1457c4faa5750b746e (patch)
treece798b716e179b2c3ae674f30e78bd7dbdcda308
parent41289df2cf836f510a1806621a1f4e6f177e5313 (diff)
ENGR00218067 mx6sl LDO_BYPASS: enable LDO BYPASS in mx6sl by default
To validate LDO bypass function fully, enable CONFIG_MX6_INTER_LDO_BYPASS on u-boot and kernel, only for mx6sl. Signed-off-by: Robin Gong <B38343@freescale.com>
-rw-r--r--include/configs/mx6sl_arm2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6sl_arm2.h b/include/configs/mx6sl_arm2.h
index d24068e280..f355f42c23 100644
--- a/include/configs/mx6sl_arm2.h
+++ b/include/configs/mx6sl_arm2.h
@@ -278,7 +278,7 @@
#define CONFIG_SYS_I2C_PORT I2C1_BASE_ADDR
#define CONFIG_SYS_I2C_SPEED 100000
#define CONFIG_SYS_I2C_SLAVE 0x8
- #define CONFIG_MX6_INTER_LDO_BYPASS 0
+ #define CONFIG_MX6_INTER_LDO_BYPASS 1
#endif
/*#define CONFIG_SPLASH_SCREEN*/