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_sdp4430.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/configs/omap4_sdp4430.h') diff --git a/include/configs/omap4_sdp4430.h b/include/configs/omap4_sdp4430.h index 39d7154..9e03291 100644 --- a/include/configs/omap4_sdp4430.h +++ b/include/configs/omap4_sdp4430.h @@ -37,7 +37,9 @@ #include /* Battery Charger */ +#ifndef CONFIG_SPL_BUILD #define CONFIG_CMD_BAT 1 +#endif /* ENV related config options */ #define CONFIG_ENV_IS_IN_MMC 1 -- cgit v1.1