diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2016-12-30 06:30:20 (GMT) |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2017-01-11 10:40:13 (GMT) |
commit | f37b7e4f6c0a383a8097268ea595d4cdb1621871 (patch) | |
tree | 1445fb731df0ee64b1d6a0cc17c2cfacbfdd6390 /include | |
parent | 91914581a5419739b64a57bc49076bb604a6b50a (diff) | |
download | u-boot-fsl-qoriq-f37b7e4f6c0a383a8097268ea595d4cdb1621871.tar.xz |
mmc: sdhci: remove the SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWER
Ther is no usage anywhere. It doesn't need to maintain this bit.
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/sdhci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sdhci.h b/include/sdhci.h index 9f6bbc8..7544b49 100644 --- a/include/sdhci.h +++ b/include/sdhci.h @@ -214,7 +214,6 @@ #define SDHCI_QUIRK_NO_HISPD_BIT (1 << 3) #define SDHCI_QUIRK_BROKEN_VOLTAGE (1 << 4) #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) /* to make gcc happy */ |