Files
u-boot/drivers/mmc
Andrew Gabbasov fc5b32fbf3 mmc: Skip changing bus width for MMC cards earlier than version 4.0
Wider bus widths (larger than default 1 bit) appeared in MMC standard
version 4.0. So, for MMC cards of any earlier version trying to change
the bus width (including ext_csd comparison) does not make any sense.
It may work incorrectly and at least cause unnecessary timeouts.
So, just skip the entire bus width related activity for earlier versions.

Signed-off-by: Andrew Gabbasov <andrew_gabbasov@mentor.com>
Tested-by: Alexey Brodkin <abrodkin@synopsys.com>
2015-01-19 17:41:52 +02:00
..
2014-12-12 21:09:01 +02:00
2014-08-01 19:24:34 +03:00
2014-10-25 07:02:02 -04:00
2014-12-05 11:16:22 +09:00
2014-12-05 11:16:22 +09:00
2014-10-25 07:27:37 -04:00