
Hi Scott, Haijun,
On Oct 30, 2013, at 8:58 PM, Scott Wood wrote:
On Wed, 2013-10-30 at 11:36 +0800, Haijun Zhang wrote:
T4240QDS eSDHC host capabilities reigster should have VS33 bit define. Add quirk CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33 to deal with capacity missing
Signed-off-by: Roy Zang tie-fei.zang@freescale.com Signed-off-by: Haijun Zhang Haijun.Zhang@freescale.com
changes for V2:
- Limited the change to T4240QDS only
arch/powerpc/include/asm/config_mpc85xx.h | 3 +++ drivers/mmc/fsl_esdhc.c | 6 ++++++ 2 files changed, 9 insertions(+)
diff --git a/arch/powerpc/include/asm/config_mpc85xx.h b/arch/powerpc/include/asm/config_mpc85xx.h index 946ea97..2f54aeb 100644 --- a/arch/powerpc/include/asm/config_mpc85xx.h +++ b/arch/powerpc/include/asm/config_mpc85xx.h @@ -557,6 +557,9 @@ #define CONFIG_SYS_FSL_CORES_PER_CLUSTER 4 #define CONFIG_SYS_FSL_QMAN_V3 /* QMAN version 3 */ #ifdef CONFIG_PPC_T4240 +#ifdef CONFIG_T4240QDS +#define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33 +#endif
This is not the place for board specific things.
-Scott
I concur.
Rejected; please find the proper place to put this.
Regards
-- Pantelis