uboot/drivers/mmc
Raffaele Recalcati 8511cd84ab MMC may wrongly regconize 2GB eMMC as high capacity
Hi Terry,

> So I guess:
> mmc_init calls mmc_send_op_cond  that set  high_capacity,
> than it calls mmc_startup, that, with MMC_CMD_SEND_CSD  command, set
> the capacity, using values in CSD register.
> So I guess that mmc_change_freq should not recalculate high_capacity.
>
> It seems better, isn't it?
>
> Regards,
> Raffaele
>

Finally I think that it is enough to apply the following patch in order
to fix the issue.

Regards,
Raffaele

Signed-off-by: Andy Fleming <afleming@freescale.com>
2011-04-13 07:09:04 -05:00
..
Makefile mmc: add generic mmc spi driver 2011-04-13 06:35:22 -05:00
atmel_mci.c
atmel_mci.h
bfin_sdh.c
davinci_mmc.c
fsl_esdhc.c drivers/mmc/fsl_esdhc.c: reordered tests 2011-04-13 06:35:22 -05:00
gen_atmel_mci.c
mmc.c MMC may wrongly regconize 2GB eMMC as high capacity 2011-04-13 07:09:04 -05:00
mmc_spi.c mmc: add generic mmc spi driver 2011-04-13 06:35:22 -05:00
mxcmmc.c
omap3_mmc.c
omap3_mmc.h
omap_hsmmc.c
pxa_mmc.c
pxa_mmc.h
s5p_mmc.c