mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
mmc: sdhci: remove the SDHCI_QUIRK_NO_CD
This quirk doesn't need anymore. It's replaced to get_cd callback function. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
This commit is contained in:
parent
5e96217f04
commit
6f88a3a5d9
3 changed files with 3 additions and 6 deletions
|
@ -213,7 +213,6 @@
|
|||
#define SDHCI_QUIRK_BROKEN_R1B (1 << 2)
|
||||
#define SDHCI_QUIRK_NO_HISPD_BIT (1 << 3)
|
||||
#define SDHCI_QUIRK_BROKEN_VOLTAGE (1 << 4)
|
||||
#define SDHCI_QUIRK_NO_CD (1 << 5)
|
||||
#define SDHCI_QUIRK_WAIT_SEND_CMD (1 << 6)
|
||||
#define SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWER (1 << 7)
|
||||
#define SDHCI_QUIRK_USE_WIDE8 (1 << 8)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue