summaryrefslogtreecommitdiff
path: root/include/configs/mx6ul_14x14_evk.h
diff options
context:
space:
mode:
authorAnson Huang <b20788@freescale.com>2015-09-01 01:16:28 +0800
committerMax Krummenacher <max.krummenacher@toradex.com>2016-03-09 14:42:47 +0100
commitd31b3a76847f21d5fb8ecd964386a15f0c2b4fdb (patch)
tree6d73167b50c3f5229f54566fc860e1a56dc4e018 /include/configs/mx6ul_14x14_evk.h
parentfa4b0590281d74d09e387304f74e9495f387c291 (diff)
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/mx6ul_14x14_evk.h')
-rw-r--r--include/configs/mx6ul_14x14_evk.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/mx6ul_14x14_evk.h b/include/configs/mx6ul_14x14_evk.h
index ba2130b7a4..cc1df2e3e8 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 */