From 14fa2dd00f4f996c9583c8fba63bfa03f5025ec3 Mon Sep 17 00:00:00 2001 From: Balaji T K Date: Thu, 8 Sep 2011 06:34:57 +0000 Subject: 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 Signed-off-by: Aneesh V Signed-off-by: Sandeep Paulraj --- include/configs/omap4_common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/configs/omap4_common.h') diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h index d8ac8c0..228eac5 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 -- cgit v1.1