]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/configs/MPC8569MDS.h
fsl_esdhc: Fix esdhc disabled problem on some platforms
authorChenhui Zhao <b26998@freescale.com>
Tue, 4 Jan 2011 09:23:05 +0000 (17:23 +0800)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 14 Jan 2011 07:32:19 +0000 (01:32 -0600)
commita6da8b8195f47a70106f743948f2729d94157b32
treec02ba2d813964d558c9a4bc9b6bde4a2e56cd7d8
parentafabe4b94e35af74f3dfc13d833bf47d367c2051
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>
drivers/mmc/fsl_esdhc.c
include/configs/MPC837XEMDS.h
include/configs/MPC837XERDB.h
include/configs/MPC8569MDS.h