diff options
author | Balaji T K | 2011-09-08 06:34:57 +0000 |
---|---|---|
committer | Albert ARIBAUD | 2011-09-30 22:00:55 +0200 |
commit | 14fa2dd00f4f996c9583c8fba63bfa03f5025ec3 (patch) | |
tree | ba54542fd79b3f228ec80d87abd0b41ff743c7de /include/configs/omap4_sdp4430.h | |
parent | ecd9af88ac70dec7f0ea33613da2f889cf19e433 (diff) |
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_sdp4430.h')
-rw-r--r-- | include/configs/omap4_sdp4430.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/omap4_sdp4430.h b/include/configs/omap4_sdp4430.h index 39d715480ef..9e03291ce17 100644 --- a/include/configs/omap4_sdp4430.h +++ b/include/configs/omap4_sdp4430.h @@ -37,7 +37,9 @@ #include <configs/omap4_common.h> /* Battery Charger */ +#ifndef CONFIG_SPL_BUILD #define CONFIG_CMD_BAT 1 +#endif /* ENV related config options */ #define CONFIG_ENV_IS_IN_MMC 1 |