commit | 7d88de5bccadf875282eb4de53fb27b8d94eedd3 | [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 | 11ebc70b77ea17b2e05821ca1bf6b45b2bfca111 [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>