Searched hist:f866a46d6ee86335f60c542e294ec2c01d689eba (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/include/ |
H A D | mmc.h | diff f866a46d6ee86335f60c542e294ec2c01d689eba Tue Jun 11 16:14:01 CDT 2013 Stephen Warren <swarren@nvidia.com> mmc: report capacity for the selected partition
Enhance the MMC core to calculate the size of each MMC partition, and update mmc->capacity whenever a partition is selected. This causes:
mmc dev 0 1 ; mmcinfo
... to report the size of the currently selected partition, rather than always reporting the size of the user partition.
Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Andy Fleming <afleming@freescale.com>
|
/openbmc/u-boot/drivers/mmc/ |
H A D | mmc.c | diff f866a46d6ee86335f60c542e294ec2c01d689eba Tue Jun 11 16:14:01 CDT 2013 Stephen Warren <swarren@nvidia.com> mmc: report capacity for the selected partition
Enhance the MMC core to calculate the size of each MMC partition, and update mmc->capacity whenever a partition is selected. This causes:
mmc dev 0 1 ; mmcinfo
... to report the size of the currently selected partition, rather than always reporting the size of the user partition.
Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Andy Fleming <afleming@freescale.com>
|