summaryrefslogtreecommitdiffstats
path: root/include/configs/MPC837XEMDS.h
diff options
context:
space:
mode:
authorChenhui Zhao <b26998@freescale.com>2011-01-04 17:23:05 +0800
committerKumar Gala <galak@kernel.crashing.org>2011-01-14 01:32:19 -0600
commita6da8b8195f47a70106f743948f2729d94157b32 (patch)
treec02ba2d813964d558c9a4bc9b6bde4a2e56cd7d8 /include/configs/MPC837XEMDS.h
parentafabe4b94e35af74f3dfc13d833bf47d367c2051 (diff)
downloadblackbird-obmc-uboot-a6da8b8195f47a70106f743948f2729d94157b32.tar.gz
blackbird-obmc-uboot-a6da8b8195f47a70106f743948f2729d94157b32.zip
fsl_esdhc: Fix esdhc disabled problem on some platforms
Some new platform's esdhc pins don't share with other function. The eSDHC shouldn't be disabled, even if "esdhc" isn't defined in hwconfig env variable. Use CONFIG_FSL_ESDHC_PIN_MUX to fix this problem. Signed-off-by: Chenhui Zhao <b26998@freescale.com> Signed-off-by: Li Yang <leoli@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs/MPC837XEMDS.h')
-rw-r--r--include/configs/MPC837XEMDS.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/MPC837XEMDS.h b/include/configs/MPC837XEMDS.h
index c237991adc..abccfd6439 100644
--- a/include/configs/MPC837XEMDS.h
+++ b/include/configs/MPC837XEMDS.h
@@ -509,6 +509,7 @@ extern int board_pci_host_broken(void);
#ifdef CONFIG_MMC
#define CONFIG_FSL_ESDHC
+#define CONFIG_FSL_ESDHC_PIN_MUX
#define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC83xx_ESDHC_ADDR
#define CONFIG_CMD_MMC
#define CONFIG_GENERIC_MMC
OpenPOWER on IntegriCloud