]> git.baikalelectronics.ru Git - uboot.git/commit
Revert "mmc: s5p_sdhci: unset the SDHCI_QUIRK_BROKEN_R1B"
authorHenrik Grimler <henrik@grimler.se>
Tue, 9 May 2023 19:05:46 +0000 (21:05 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 15 May 2023 21:14:46 +0000 (17:14 -0400)
commit47b3a2fbfb360add0cd0a5c3a70e25a7b3bad522
treecf494713e7a3d6cb27f88cb7d6117a3c2c45e853
parentcb066c61883c0fcb5c671bc178ab634deff58ec0
Revert "mmc: s5p_sdhci: unset the SDHCI_QUIRK_BROKEN_R1B"

This reverts commit a034ec06ff1d558bbe11d5ee05edbb4de3ee2215.

Commit 48585e0b3740 ("Revert "mmc: sdhci: set to INT_DATA_END when
there are data"") reverted the alternative fix that was added for
Exynos 4 devices, causing an error when trying to boot from an sdcard:

    <...>
    Loading Environment from MMC... sdhci_send_command: Timeout for status update!
    mmc fail to send stop cmd
    <...>

Re-add the quirk to allow booting from sdcards again.

Signed-off-by: Henrik Grimler <henrik@grimler.se>
drivers/mmc/s5p_sdhci.c