summaryrefslogtreecommitdiffstats
path: root/include/configs/ti_omap4_common.h
diff options
context:
space:
mode:
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>2014-02-24 10:29:59 +0100
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2014-02-24 10:29:59 +0100
commitfae56934a0744a4dd6981323ba8a966646fd7ca5 (patch)
treef1eab46cc702aee6c8cd2c2aaeda95d383ed02a6 /include/configs/ti_omap4_common.h
parent9ed679aeeb9899123bf92ed1eafb7cf6965473dc (diff)
parent11f296870659e1375e7116a859458b254cc3156f (diff)
downloadu-boot-fae56934a0744a4dd6981323ba8a966646fd7ca5.tar.gz
u-boot-fae56934a0744a4dd6981323ba8a966646fd7ca5.tar.xz
u-boot-fae56934a0744a4dd6981323ba8a966646fd7ca5.zip
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
Diffstat (limited to 'include/configs/ti_omap4_common.h')
-rw-r--r--include/configs/ti_omap4_common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/ti_omap4_common.h b/include/configs/ti_omap4_common.h
index 2f0e4c0f67..bcb5eabd75 100644
--- a/include/configs/ti_omap4_common.h
+++ b/include/configs/ti_omap4_common.h
@@ -163,4 +163,10 @@
#define CONFIG_SPL_NAND_AM33XX_BCH /* ELM support */
#endif
+#ifdef CONFIG_SPL_BUILD
+/* No need for i2c in SPL mode as we will use SRI2C for PMIC access on OMAP4 */
+#undef CONFIG_SYS_I2C
+#undef CONFIG_SYS_I2C_OMAP24XX
+#endif
+
#endif /* __CONFIG_TI_OMAP4_COMMON_H */