summaryrefslogtreecommitdiffstats
path: root/include/configs/omap4_common.h
diff options
context:
space:
mode:
authorBalaji T K <balajitk@ti.com>2011-09-08 06:34:57 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-09-30 22:00:55 +0200
commit14fa2dd00f4f996c9583c8fba63bfa03f5025ec3 (patch)
treeba54542fd79b3f228ec80d87abd0b41ff743c7de /include/configs/omap4_common.h
parentecd9af88ac70dec7f0ea33613da2f889cf19e433 (diff)
downloadblackbird-obmc-uboot-14fa2dd00f4f996c9583c8fba63bfa03f5025ec3.tar.gz
blackbird-obmc-uboot-14fa2dd00f4f996c9583c8fba63bfa03f5025ec3.zip
mmc: omap: config VMMC, MMC1_PBIAS
Config VMMC voltage to 3V for MMC/SD card slot and PBIAS settings needed for OMAP4 Fixes MMC/SD detection on boot from eMMC. Signed-off-by: Balaji T K <balajitk@ti.com> Signed-off-by: Aneesh V <aneesh@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'include/configs/omap4_common.h')
-rw-r--r--include/configs/omap4_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h
index d8ac8c0b38..228eac5e37 100644
--- a/include/configs/omap4_common.h
+++ b/include/configs/omap4_common.h
@@ -98,7 +98,9 @@
#define CONFIG_I2C_MULTI_BUS 1
/* TWL6030 */
+#ifndef CONFIG_SPL_BUILD
#define CONFIG_TWL6030_POWER 1
+#endif
/* MMC */
#define CONFIG_GENERIC_MMC 1
OpenPOWER on IntegriCloud