Files
u-boot/drivers
Jean-Jacques Hiblot ace1bed327 mmc: fix bug in mmc_startup_v4()
The correspondence between mmc versions as used in u-boot and the version
numbers reported in register EXT_CSD_REV is wrong for versions above and
including MMC_VERSION_4_41. All those versions were shifted by one:
real 4.5 hardware appeared to be MMC_VERSION_5_0.

Fix this by adding the missing version in the correspondence table.

Reported-by: eil Eilmsteiner Heribert <eil@keba.com>
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org>
2018-02-19 16:59:33 +09:00
..
2018-02-13 23:24:22 -05:00
2018-01-26 12:38:13 +01:00
2018-01-26 20:02:33 +05:30
2018-02-13 12:52:47 +01:00
2018-02-17 21:59:22 +01:00
2018-02-04 12:00:58 +01:00
2018-02-19 16:59:33 +09:00
2017-11-06 09:51:01 -05:00
2018-01-26 12:38:13 +01:00
2018-02-04 12:00:58 +01:00
2017-06-01 07:03:10 -06:00
2018-02-13 23:01:44 -05:00