commit | 639b7827d1caf28801775e222fe1d1dedece58f0 | [log] [tgz] |
---|---|---|
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | Mon Jul 04 22:13:26 2011 +0000 |
committer | Andy Fleming <afleming@freescale.com> | Fri Jul 15 20:29:20 2011 -0500 |
tree | a92087d67ebd6d0bb5b415bb1662dc29cb436276 | |
parent | e75787d903e75095806f42f793328940656ea783 [diff] |
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>