diff options
author | Robin Gong <b38343@freescale.com> | 2012-11-16 15:25:49 +0800 |
---|---|---|
committer | Robin Gong <b38343@freescale.com> | 2012-11-19 10:45:13 +0800 |
commit | 95c7393cf3836314c9b26dcc29ea3a75b4d5f8b2 (patch) | |
tree | 36688fdfd150a420cb197c003a569030635d1c8f /include/configs/mx6q_sabresd.h | |
parent | bbbdf5aa5605f7817e8561506e59a7c3f39e6402 (diff) | |
download | u-boot-imx-95c7393cf3836314c9b26dcc29ea3a75b4d5f8b2.zip u-boot-imx-95c7393cf3836314c9b26dcc29ea3a75b4d5f8b2.tar.gz u-boot-imx-95c7393cf3836314c9b26dcc29ea3a75b4d5f8b2.tar.bz2 |
ENGR00233366-5 Anatop PFUZE: move LDO bypass code to kernel
move LDO bypass code and one PFUZE1.0 workaround code to kernel. Remove
CONFIG_MX6_INTER_LDO_BYPASS in u-boot
Signed-off-by: Robin Gong <b38343@freescale.com>
Diffstat (limited to 'include/configs/mx6q_sabresd.h')
-rw-r--r-- | include/configs/mx6q_sabresd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx6q_sabresd.h b/include/configs/mx6q_sabresd.h index 5717eec..6f07961 100644 --- a/include/configs/mx6q_sabresd.h +++ b/include/configs/mx6q_sabresd.h @@ -194,7 +194,6 @@ #define CONFIG_SYS_I2C_PORT I2C2_BASE_ADDR #define CONFIG_SYS_I2C_SPEED 100000 #define CONFIG_SYS_I2C_SLAVE 0x8 - #define CONFIG_MX6_INTER_LDO_BYPASS 0 #endif /* |