diff options
author | Anson Huang <b20788@freescale.com> | 2015-09-01 01:16:28 +0800 |
---|---|---|
committer | Anson Huang <b20788@freescale.com> | 2015-09-01 17:50:27 +0800 |
commit | f432dfdaeb80ecb2a78805422baef64493f63060 (patch) | |
tree | 197f30ea99714297518b1381e859afc339d18887 /include/configs | |
parent | 54df421991ac853e5b26036fd2205d5318e832bc (diff) | |
download | u-boot-imx-f432dfdaeb80ecb2a78805422baef64493f63060.zip u-boot-imx-f432dfdaeb80ecb2a78805422baef64493f63060.tar.gz u-boot-imx-f432dfdaeb80ecb2a78805422baef64493f63060.tar.bz2 |
MLK-11461 imx: imx6ul: enable LDO bypass for 9x9 EVK board
i.MX6UL-9x9-EVK board has PFUZE3000, so enable LDO
bypass support for this board.
Signed-off-by: Anson Huang <b20788@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mx6ul_14x14_evk.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/mx6ul_14x14_evk.h b/include/configs/mx6ul_14x14_evk.h index ba2130b..cc1df2e 100644 --- a/include/configs/mx6ul_14x14_evk.h +++ b/include/configs/mx6ul_14x14_evk.h @@ -20,8 +20,10 @@ #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO -/* DCDC used on EVK, no PMIC */ +#if !defined(CONFIG_MX6UL_9X9_LPDDR2) +/* DCDC used on 14x14 EVK, no PMIC */ #undef CONFIG_LDO_BYPASS_CHECK +#endif /* uncomment for PLUGIN mode support */ /* #define CONFIG_USE_PLUGIN */ |