]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if available
authorGuillaume GARDET <guillaume.gardet@free.fr>
Tue, 18 Nov 2014 09:44:46 +0000 (10:44 +0100)
committerTom Rini <trini@ti.com>
Mon, 8 Dec 2014 14:35:42 +0000 (09:35 -0500)
commit4c5bbc2328a24f5e1ee990c9a9527e48e5fb3b5f
tree3e275ea719a2db8a884ceb6bed94ab3ab2dd9a30
parent69337a9d7988b562ea7099b003204ec5a9548cca
spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if available

In SPL MMC, boot modes are exclusive. So, if MMCSD_MODE_RAW fails, the board hangs. This patch allows to
try MMCSD_MODE_FS then, if available.

It has been tested on a pandaboard (rev. A3).

Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr>
Cc: Tom Rini <trini@ti.com>
common/spl/spl_mmc.c