]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mmc: Remove return from mmc_init for non SD 2.0 compatible cards.
authorYauhen Kharuzhy <jekhor@gmail.com>
Thu, 7 May 2009 10:08:53 +0000 (13:08 +0300)
committerAndy Fleming <afleming@freescale.com>
Tue, 2 Jun 2009 22:19:07 +0000 (17:19 -0500)
commitf33cb34b3971dabe3720d577b0e1b8601c09fe17
tree73318fc2700cbf54d2ccbad5b7cef64427bfc49b
parent998be3dd59ed0af4bec38324047fecfa88ac45db
mmc: Remove return from mmc_init for non SD 2.0 compatible cards.

Cards which are not compatible with SD 2.0 standard, may return response
for CMD8 command, but it will be invalid in terms of SD 2.0. We should
accept this case as admissible, just like Linux does.

Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
drivers/mmc/mmc.c