Searched hist:d23e2c09a7900ec4c208e602b608ae2399e6d536 (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/mmc/ |
H A D | mmc.c | diff d23e2c09a7900ec4c208e602b608ae2399e6d536 Mon Sep 20 07:59:29 CDT 2010 Sukumar Ghorai <s-ghorai@ti.com> MMC: Fix for capacity calculation on eMMC
The current mmc driver returns erroneous capacity information for eMMC. The capacity of eMMC devices is available only in the ext-CSD register. This patch add code to read the ext-CDSD register and correctly calculate eMMC capacity.
Signed-off-by: Sukumar Ghorai <s-ghorai@ti.com> Acked-by: Steve Sakoman <steve@sakoman.com>
|