Searched hist:"639 b7827d1caf28801775e222fe1d1dedece58f0" (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/mmc/ |
H A D | mmc.c | diff 639b7827d1caf28801775e222fe1d1dedece58f0 Mon Jul 04 17:13:26 CDT 2011 Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> mmc: fix the condition for MMC version 4
Fix the problem that if we use the chip of MMC version 4 and the capacity is smaller than 2GB or equal, the mmc->capacity is invalid. According to the JEDEC Standard, the value of ext_csd's capacity is valid if the value is more than 2GB.
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Acked-by: Andy Fleming <afleming@freescale.com>
|