]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mmc: print SD/eMMC type for inited mmc devices
authorPrzemyslaw Marczak <p.marczak@samsung.com>
Fri, 20 Feb 2015 11:29:27 +0000 (12:29 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 11:53:57 +0000 (13:53 +0200)
commit0233b134038114401f4db2d2a0dac7e796630d93
tree74f617c6cee47c8c50ef0f032b8c0a0ac79a3694
parent13dd2e41480c392d2f4c31434754d46cb686ea2a
mmc: print SD/eMMC type for inited mmc devices

Depending on the boot priority, the eMMC/SD cards,
can be initialized with the same numbers for each boot.

To be sure which mmc device is SD and which is eMMC,
this info is printed by 'mmc list' command, when
the init is done.

Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Cc: Pantelis Antoniou <panto@antoniou-consulting.com>
drivers/mmc/mmc.c