]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mmc: show the erase group size and HC WP group size in mmcinfo output
authorDiego Santa Cruz <Diego.SantaCruz@spinetix.com>
Tue, 23 Dec 2014 09:50:26 +0000 (10:50 +0100)
committerPantelis Antoniou <pantelis.antoniou@konsulko.com>
Mon, 19 Jan 2015 15:04:46 +0000 (17:04 +0200)
commitb0361526d5dc3b09d16fbb8f36fbf999cc064640
tree5a9f4cdf5ac168480295b44bc260c8e85c60d469
parent037dc0ab5dff36984d97735987dff01a7ec73893
mmc: show the erase group size and HC WP group size in mmcinfo output

This adds the erase group size and high-capacity WP group size to
mmcinfo's output. The erase group size is necessary to properly align
erase requests on eMMC. The high-capacity WP group size is necessary
to properly align partitions on eMMC.

Signed-off-by: Diego Santa Cruz <Diego.SantaCruz@spinetix.com>
common/cmd_mmc.c