]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/u-boot.git/commit
mmc: support the correct card version for eMMC
authorJaehoon Chung <jh80.chung@samsung.com>
Tue, 29 Jan 2013 19:31:16 +0000 (19:31 +0000)
committerTom Rini <trini@ti.com>
Wed, 17 Apr 2013 14:58:51 +0000 (10:58 -0400)
commit64f4a6192f0670de2d9af98900b750a3e7bf8ce6
tree59af4410495640014040b626c9f9ccea219ca38b
parent22a4a6c5c2ea4c5998b98e6358b351848f2b765f
mmc: support the correct card version for eMMC

eMMC vesrion is supported up to v4.5.
But bootloader isn't saw the exact eMMC version.
After applied this patch,
if use the mmcinfo command, then can see the exactly mmc version.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Acked-by: Rommel Custodio <sessyargc@gmail.com>
common/cmd_mmc.c
drivers/mmc/mmc.c
include/mmc.h