]> git.ipfire.org Git - people/ms/u-boot.git/commit
mmc: skip mmcinfo partition info processing for eMMC < 4.41
authorDiego Santa Cruz <Diego.SantaCruz@spinetix.com>
Tue, 23 Dec 2014 09:50:19 +0000 (10:50 +0100)
committerPantelis Antoniou <pantelis.antoniou@konsulko.com>
Mon, 19 Jan 2015 15:02:21 +0000 (17:02 +0200)
commit525ada21719298833088bfc29056c56cb4b29c26
treebdb77cc90bd19691d4ef0146aeef8c1fa5195545
parentf289fd739d45d6281b9653b17881a0986fc281c0
mmc: skip mmcinfo partition info processing for eMMC < 4.41

eMMC partitions are defined as of eMMC 4.41, but mmcinfo process
partition info for eMMC >= 4.0, change it to do it for >= 4.41

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